#8EB9FF

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

Shades of Light Sky Blue #8EB9FF

Tints of Light Sky Blue #8EB9FF

Color information

#8EB9FF (or 0x8EB9FF) is unknown color: approx Light Sky Blue. HEX triplet: 8E, B9 and FF. RGB value is (142,185,255). Sum of RGB (Red+Green+Blue) = 142+185+255=582 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.40% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EB9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EB9FF is #714600. Grayscale: #B3B3B3. Windows color (decimal): -7423489 or 16759182. OLE color: 16759182.

HSL color Cylindrical-coordinate representation of color #8EB9FF: hue angle of 217.17º 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 #8EB9FF is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB142185255-
CMYK0.440.2700
HSL217.17º100%77.84%-
HSV(B)217.17º44.31%100%-
XYZ46.5547.67101.36-
YUV180.12170.25100.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.40%
GREEN value IS 185 (72.66% from 255) = 31.79%
BLUE value IS 255 (100% from 255) = 43.81%
R=24.40%
G=31.79%
B=43.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1421852550.440.2700217.1710077.84
Hex8EB9FF2C1B00d9644e
Octal216271377543300331144116
Binary10001110101110011111111110110011011001101100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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