#8ECFFF

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

Shades of Light Sky Blue #8ECFFF

Tints of Light Sky Blue #8ECFFF

Color information

#8ECFFF (or 0x8ECFFF) is unknown color: approx Light Sky Blue. HEX triplet: 8E, CF and FF. RGB value is (142,207,255). Sum of RGB (Red+Green+Blue) = 142+207+255=604 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.51% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ECFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECFFF is #713000. Grayscale: #C0C0C0. Windows color (decimal): -7417857 or 16764814. OLE color: 16764814.

HSL color Cylindrical-coordinate representation of color #8ECFFF: hue angle of 205.49º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ECFFF is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB142207255-
CMYK0.440.1900
HSL205.49º100%77.84%-
HSV(B)205.49º44.31%100%-
XYZ51.5257.6103.01-
YUV193.04162.9791.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.51%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 255 (100% from 255) = 42.22%
R=23.51%
G=34.27%
B=42.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422072550.440.1900205.4910077.84
Hex8ECFFF2C1300cd644e
Octal216317377542300315144116
Binary10001110110011111111111110110010011001100110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ECFFF; }

 p { color: rgb(142,207,255); }

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

<style>
 a { background-color: #8ECFFF; }

 a { background-color: rgb(142,207,255); }

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

<style>
 span { border-color: #8ECFFF; }

 span { border-color: rgb(142,207,255); }

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