#8EB9FB

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

Shades of Light Sky Blue #8EB9FB

Tints of Light Sky Blue #8EB9FB

Color information

#8EB9FB (or 0x8EB9FB) is unknown color: approx Light Sky Blue. HEX triplet: 8E, B9 and FB. RGB value is (142,185,251). Sum of RGB (Red+Green+Blue) = 142+185+251=578 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.57% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #8EB9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EB9FB is #714604. Grayscale: #B3B3B3. Windows color (decimal): -7423493 or 16497038. OLE color: 16497038.

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

Color convert

RGB142185251-
CMYK0.430.2600.02
HSL216.33º93.16%77.06%-
HSV(B)216.33º43.43%98.43%-
XYZ45.9247.4198-
YUV179.67168.25101.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.57%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 251 (98.44% from 255) = 43.43%
R=24.57%
G=32.01%
B=43.43%

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
Decimal1421852510.430.2600.02216.3393.1677.06
Hex8EB9FB2B1A02d85d4d
Octal216271373533202330135115
Binary100011101011100111111011101011110100101101100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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