#8EC1FF

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

Shades of Light Sky Blue #8EC1FF

Tints of Light Sky Blue #8EC1FF

Color information

#8EC1FF (or 0x8EC1FF) is unknown color: approx Light Sky Blue. HEX triplet: 8E, C1 and FF. RGB value is (142,193,255). Sum of RGB (Red+Green+Blue) = 142+193+255=590 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.07% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EC1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC1FF is #713E00. Grayscale: #B8B8B8. Windows color (decimal): -7421441 or 16761230. OLE color: 16761230.

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

Color convert

RGB142193255-
CMYK0.440.2400
HSL212.92º100%77.84%-
HSV(B)212.92º44.31%100%-
XYZ48.2851.11101.93-
YUV184.82167.697.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.07%
GREEN value IS 193 (75.78% from 255) = 32.71%
BLUE value IS 255 (100% from 255) = 43.22%
R=24.07%
G=32.71%
B=43.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1421932550.440.2400212.9210077.84
Hex8EC1FF2C1800d5644e
Octal216301377543000325144116
Binary10001110110000011111111110110011000001101010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,193,255); }

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

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

 a { background-color: rgb(142,193,255); }

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

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

 span { border-color: rgb(142,193,255); }

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