#8EBCFF

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

Shades of Light Sky Blue #8EBCFF

Tints of Light Sky Blue #8EBCFF

Color information

#8EBCFF (or 0x8EBCFF) is unknown color: approx Light Sky Blue. HEX triplet: 8E, BC and FF. RGB value is (142,188,255). Sum of RGB (Red+Green+Blue) = 142+188+255=585 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.27% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EBCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBCFF is #714300. Grayscale: #B5B5B5. Windows color (decimal): -7422721 or 16759950. OLE color: 16759950.

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

Color convert

RGB142188255-
CMYK0.440.2600
HSL215.58º100%77.84%-
HSV(B)215.58º44.31%100%-
XYZ47.1948.94101.57-
YUV181.88169.2699.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.27%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 255 (100% from 255) = 43.59%
R=24.27%
G=32.14%
B=43.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1421882550.440.2600215.5810077.84
Hex8EBCFF2C1A00d8644e
Octal216274377543200330144116
Binary10001110101111001111111110110011010001101100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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