#8EB9FA

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

Shades of Light Sky Blue #8EB9FA

Tints of Light Sky Blue #8EB9FA

Color information

#8EB9FA (or 0x8EB9FA) is unknown color: approx Light Sky Blue. HEX triplet: 8E, B9 and FA. RGB value is (142,185,250). Sum of RGB (Red+Green+Blue) = 142+185+250=577 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.61% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EB9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EB9FA is #714605. Grayscale: #B3B3B3. Windows color (decimal): -7423494 or 16431502. OLE color: 16431502.

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

Color convert

RGB142185250-
CMYK0.430.2600.02
HSL216.11º91.53%76.86%-
HSV(B)216.11º43.2%98.04%-
XYZ45.7647.3597.17-
YUV179.55167.75101.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.61%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=24.61%
G=32.06%
B=43.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421852500.430.2600.02216.1191.5376.86
Hex8EB9FA2B1A02d85c4d
Octal216271372533202330134115
Binary100011101011100111111010101011110100101101100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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