#8EBAFB

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

Shades of Light Sky Blue #8EBAFB

Tints of Light Sky Blue #8EBAFB

Color information

#8EBAFB (or 0x8EBAFB) is unknown color: approx Light Sky Blue. HEX triplet: 8E, BA and FB. RGB value is (142,186,251). Sum of RGB (Red+Green+Blue) = 142+186+251=579 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.53% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #8EBAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBAFB is #714504. Grayscale: #B3B3B3. Windows color (decimal): -7423237 or 16497294. OLE color: 16497294.

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

Color convert

RGB142186251-
CMYK0.430.2600.02
HSL215.78º93.16%77.06%-
HSV(B)215.78º43.43%98.43%-
XYZ46.1347.8398.07-
YUV180.25167.92100.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.53%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 251 (98.44% from 255) = 43.35%
R=24.53%
G=32.12%
B=43.35%

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
Decimal1421862510.430.2600.02215.7893.1677.06
Hex8EBAFB2B1A02d85d4d
Octal216272373533202330135115
Binary100011101011101011111011101011110100101101100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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