#8ED4FD

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

Shades of Light Sky Blue #8ED4FD

Tints of Light Sky Blue #8ED4FD

Color information

#8ED4FD (or 0x8ED4FD) is unknown color: approx Light Sky Blue. HEX triplet: 8E, D4 and FD. RGB value is (142,212,253). Sum of RGB (Red+Green+Blue) = 142+212+253=607 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.39% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #8ED4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED4FD is #712B02. Grayscale: #C3C3C3. Windows color (decimal): -7416579 or 16635022. OLE color: 16635022.

HSL color Cylindrical-coordinate representation of color #8ED4FD: hue angle of 202.16º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ED4FD is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142212253-
CMYK0.440.1600.01
HSL202.16º96.52%77.45%-
HSV(B)202.16º43.87%99.22%-
XYZ52.4359.93101.73-
YUV195.74160.3189.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.39%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=23.39%
G=34.93%
B=41.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422122530.440.1600.01202.1696.5277.45
Hex8ED4FD2C1001ca614d
Octal216324375542001312141115
Binary10001110110101001111110110110010000011100101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,212,253); }

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

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

 a { background-color: rgb(142,212,253); }

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

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

 span { border-color: rgb(142,212,253); }

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