#8ED2FA

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

Shades of Light Sky Blue #8ED2FA

Tints of Light Sky Blue #8ED2FA

Color information

#8ED2FA (or 0x8ED2FA) is unknown color: approx Light Sky Blue. HEX triplet: 8E, D2 and FA. RGB value is (142,210,250). Sum of RGB (Red+Green+Blue) = 142+210+250=602 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.59% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #8ED2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED2FA is #712D05. Grayscale: #C2C2C2. Windows color (decimal): -7417094 or 16437902. OLE color: 16437902.

HSL color Cylindrical-coordinate representation of color #8ED2FA: hue angle of 202.22º degrees, saturation: 0.92, 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 #8ED2FA is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142210250-
CMYK0.430.1600.02
HSL202.22º91.53%76.86%-
HSV(B)202.22º43.2%98.04%-
XYZ51.4658.7599.07-
YUV194.23159.4790.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.59%
GREEN value IS 210 (82.42% from 255) = 34.88%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=23.59%
G=34.88%
B=41.53%

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
Decimal1422102500.430.1600.02202.2291.5376.86
Hex8ED2FA2B1002ca5c4d
Octal216322372532002312134115
Binary100011101101001011111010101011100000101100101010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,210,250); }

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

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

 a { background-color: rgb(142,210,250); }

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

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

 span { border-color: rgb(142,210,250); }

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