#8ED7FA

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

Shades of Light Sky Blue #8ED7FA

Tints of Light Sky Blue #8ED7FA

Color information

#8ED7FA (or 0x8ED7FA) is unknown color: approx Light Sky Blue. HEX triplet: 8E, D7 and FA. RGB value is (142,215,250). Sum of RGB (Red+Green+Blue) = 142+215+250=607 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.39% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #8ED7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED7FA is #712805. Grayscale: #C4C4C4. Windows color (decimal): -7415814 or 16439182. OLE color: 16439182.

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

Color convert

RGB142215250-
CMYK0.430.1400.02
HSL199.44º91.53%76.86%-
HSV(B)199.44º43.2%98.04%-
XYZ52.7161.2599.49-
YUV197.16157.8288.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.39%
GREEN value IS 215 (84.38% from 255) = 35.42%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=23.39%
G=35.42%
B=41.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422152500.430.1400.02199.4491.5376.86
Hex8ED7FA2BE02c75c4d
Octal216327372531602307134115
Binary10001110110101111111101010101111100101100011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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