#8ED7FE

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

Shades of Light Sky Blue #8ED7FE

Tints of Light Sky Blue #8ED7FE

Color information

#8ED7FE (or 0x8ED7FE) is unknown color: approx Light Sky Blue. HEX triplet: 8E, D7 and FE. RGB value is (142,215,254). Sum of RGB (Red+Green+Blue) = 142+215+254=611 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.24% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ED7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED7FE is #712801. Grayscale: #C5C5C5. Windows color (decimal): -7415810 or 16701326. OLE color: 16701326.

HSL color Cylindrical-coordinate representation of color #8ED7FE: hue angle of 200.89º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ED7FE is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB142215254-
CMYK0.440.1500.00
HSL200.89º98.25%77.65%-
HSV(B)200.89º44.09%99.61%-
XYZ53.3561.51102.83-
YUV197.62159.8288.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.24%
GREEN value IS 215 (84.38% from 255) = 35.19%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=23.24%
G=35.19%
B=41.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1422152540.440.1500.00200.8998.2577.65
Hex8ED7FE2CF00c9624e
Octal216327376541700311142116
Binary1000111011010111111111101011001111001100100111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,215,254); }

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

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

 a { background-color: rgb(142,215,254); }

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

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

 span { border-color: rgb(142,215,254); }

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