#8EBAFF

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

Shades of Light Sky Blue #8EBAFF

Tints of Light Sky Blue #8EBAFF

Color information

#8EBAFF (or 0x8EBAFF) is unknown color: approx Light Sky Blue. HEX triplet: 8E, BA and FF. RGB value is (142,186,255). Sum of RGB (Red+Green+Blue) = 142+186+255=583 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.36% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBAFF is #714500. Grayscale: #B4B4B4. Windows color (decimal): -7423233 or 16759438. OLE color: 16759438.

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

Color convert

RGB142186255-
CMYK0.440.2700
HSL216.64º100%77.84%-
HSV(B)216.64º44.31%100%-
XYZ46.7648.09101.43-
YUV180.71169.92100.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.36%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 255 (100% from 255) = 43.74%
R=24.36%
G=31.90%
B=43.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1421862550.440.2700216.6410077.84
Hex8EBAFF2C1B00d9644e
Octal216272377543300331144116
Binary10001110101110101111111110110011011001101100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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