#8EC2FA

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

Shades of Light Sky Blue #8EC2FA

Tints of Light Sky Blue #8EC2FA

Color information

#8EC2FA (or 0x8EC2FA) is unknown color: approx Light Sky Blue. HEX triplet: 8E, C2 and FA. RGB value is (142,194,250). Sum of RGB (Red+Green+Blue) = 142+194+250=586 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.23% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EC2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC2FA is #713D05. Grayscale: #B8B8B8. Windows color (decimal): -7421190 or 16433806. OLE color: 16433806.

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

Color convert

RGB142194250-
CMYK0.430.2200.02
HSL211.11º91.53%76.86%-
HSV(B)211.11º43.2%98.04%-
XYZ47.751.2497.82-
YUV184.84164.7797.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.23%
GREEN value IS 194 (76.17% from 255) = 33.11%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=24.23%
G=33.11%
B=42.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421942500.430.2200.02211.1191.5376.86
Hex8EC2FA2B1602d35c4d
Octal216302372532602323134115
Binary100011101100001011111010101011101100101101001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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