#8ED9FA

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

Shades of Light Sky Blue #8ED9FA

Tints of Light Sky Blue #8ED9FA

Color information

#8ED9FA (or 0x8ED9FA) is unknown color: approx Light Sky Blue. HEX triplet: 8E, D9 and FA. RGB value is (142,217,250). Sum of RGB (Red+Green+Blue) = 142+217+250=609 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.32% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #8ED9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED9FA is #712605. Grayscale: #C6C6C6. Windows color (decimal): -7415302 or 16439694. OLE color: 16439694.

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

Color convert

RGB142217250-
CMYK0.430.1300.02
HSL198.33º91.53%76.86%-
HSV(B)198.33º43.2%98.04%-
XYZ53.2262.2899.66-
YUV198.34157.1587.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.32%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=23.32%
G=35.63%
B=41.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422172500.430.1300.02198.3391.5376.86
Hex8ED9FA2BD02c65c4d
Octal216331372531502306134115
Binary10001110110110011111101010101111010101100011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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