#8ED0F9

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

Shades of Light Sky Blue #8ED0F9

Tints of Light Sky Blue #8ED0F9

Color information

#8ED0F9 (or 0x8ED0F9) is unknown color: approx Light Sky Blue. HEX triplet: 8E, D0 and F9. RGB value is (142,208,249). Sum of RGB (Red+Green+Blue) = 142+208+249=599 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.71% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #8ED0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED0F9 is #712F06. Grayscale: #C0C0C0. Windows color (decimal): -7417607 or 16371854. OLE color: 16371854.

HSL color Cylindrical-coordinate representation of color #8ED0F9: hue angle of 202.99º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ED0F9 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142208249-
CMYK0.430.1600.02
HSL202.99º89.92%76.67%-
HSV(B)202.99º42.97%97.65%-
XYZ50.8157.798.08-
YUV192.94159.6391.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.71%
GREEN value IS 208 (81.64% from 255) = 34.72%
BLUE value IS 249 (97.66% from 255) = 41.57%
R=23.71%
G=34.72%
B=41.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422082490.430.1600.02202.9989.9276.67
Hex8ED0F92B1002cb5a4d
Octal216320371532002313132115
Binary100011101101000011111001101011100000101100101110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,208,249); }

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

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

 a { background-color: rgb(142,208,249); }

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

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

 span { border-color: rgb(142,208,249); }

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