#8ED5FA

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

Shades of Light Sky Blue #8ED5FA

Tints of Light Sky Blue #8ED5FA

Color information

#8ED5FA (or 0x8ED5FA) is unknown color: approx Light Sky Blue. HEX triplet: 8E, D5 and FA. RGB value is (142,213,250). Sum of RGB (Red+Green+Blue) = 142+213+250=605 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.47% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #8ED5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED5FA is #712A05. Grayscale: #C3C3C3. Windows color (decimal): -7416326 or 16438670. OLE color: 16438670.

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

Color convert

RGB142213250-
CMYK0.430.1500.02
HSL200.56º91.53%76.86%-
HSV(B)200.56º43.2%98.04%-
XYZ52.260.2499.32-
YUV195.99158.4889.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.47%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=23.47%
G=35.21%
B=41.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422132500.430.1500.02200.5691.5376.86
Hex8ED5FA2BF02c95c4d
Octal216325372531702311134115
Binary10001110110101011111101010101111110101100100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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