#8ED4F8

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

Shades of Light Sky Blue #8ED4F8

Tints of Light Sky Blue #8ED4F8

Color information

#8ED4F8 (or 0x8ED4F8) is unknown color: approx Light Sky Blue. HEX triplet: 8E, D4 and F8. RGB value is (142,212,248). Sum of RGB (Red+Green+Blue) = 142+212+248=602 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.59% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #8ED4F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED4F8 is #712B07. Grayscale: #C2C2C2. Windows color (decimal): -7416584 or 16307342. OLE color: 16307342.

HSL color Cylindrical-coordinate representation of color #8ED4F8: hue angle of 200.38º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ED4F8 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB142212248-
CMYK0.430.1500.03
HSL200.38º88.33%76.47%-
HSV(B)200.38º42.74%97.25%-
XYZ51.6459.6297.59-
YUV195.17157.8190.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.59%
GREEN value IS 212 (83.20% from 255) = 35.22%
BLUE value IS 248 (97.27% from 255) = 41.20%
R=23.59%
G=35.22%
B=41.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1422122480.430.1500.03200.3888.3376.47
Hex8ED4F82BF03c8584c
Octal216324370531703310130114
Binary10001110110101001111100010101111110111100100010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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