#7FCDEC

Color #7FCDEC Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #7FCDEC

Tints of Sky Blue #7FCDEC

Color information

#7FCDEC (or 0x7FCDEC) is unknown color: approx Sky Blue. HEX triplet: 7F, CD and EC. RGB value is (127,205,236). Sum of RGB (Red+Green+Blue) = 127+205+236=568 (75% of max value = 765). Red value is 127 (50% from 255 or 22.36% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #7FCDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCDEC is #803213. Grayscale: #B9B9B9. Windows color (decimal): -8401428 or 15519103. OLE color: 15519103.

HSL color Cylindrical-coordinate representation of color #7FCDEC: hue angle of 197.06º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FCDEC is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127205236-
CMYK0.460.1300.07
HSL197.06º74.15%71.18%-
HSV(B)197.06º46.19%92.55%-
XYZ45.7254.2387.41-
YUV185.21156.6686.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 22.36%
GREEN value IS 205 (80.47% from 255) = 36.09%
BLUE value IS 236 (92.58% from 255) = 41.55%
R=22.36%
G=36.09%
B=41.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272052360.460.1300.07197.0674.1571.18
Hex7FCDEC2ED07c54a47
Octal177315354561507305112107
Binary11111111100110111101100101110110101111100010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FCDEC; }

 p { color: rgb(127,205,236); }

 H1.HeaderClassName
 {
   color: #7FCDEC;
 }
 .AnyTagClassName
 {
   color: #7FCDEC;
 }
</style>
background-color css

<style>
 a { background-color: #7FCDEC; }

 a { background-color: rgb(127,205,236); }

 div.DivClassName
 {
   background-color: #7FCDEC;
 }
 .BgClassName
 {
   background-color: #7FCDEC;
 }
</style>
border-color css

<style>
 span { border-color: #7FCDEC; }

 span { border-color: rgb(127,205,236); }

 td.TdClassName
 {
   border-color: #7FCDEC;
 }
 .TagClassName
 {
   border-color: #7FCDEC;
 }
</style>