#8EB6FE

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

Shades of Light Sky Blue #8EB6FE

Tints of Light Sky Blue #8EB6FE

Color information

#8EB6FE (or 0x8EB6FE) is unknown color: approx Light Sky Blue. HEX triplet: 8E, B6 and FE. RGB value is (142,182,254). Sum of RGB (Red+Green+Blue) = 142+182+254=578 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.57% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EB6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EB6FE is #714901. Grayscale: #B1B1B1. Windows color (decimal): -7424258 or 16692878. OLE color: 16692878.

HSL color Cylindrical-coordinate representation of color #8EB6FE: hue angle of 218.57º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EB6FE is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB142182254-
CMYK0.440.2800.00
HSL218.57º98.25%77.65%-
HSV(B)218.57º44.09%99.61%-
XYZ45.7746.36100.3-
YUV178.25170.75102.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.57%
GREEN value IS 182 (71.48% from 255) = 31.49%
BLUE value IS 254 (99.61% from 255) = 43.94%
R=24.57%
G=31.49%
B=43.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1421822540.440.2800.00218.5798.2577.65
Hex8EB6FE2C1C00db624e
Octal216266376543400333142116
Binary10001110101101101111111010110011100001101101111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,182,254); }

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

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

 a { background-color: rgb(142,182,254); }

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

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

 span { border-color: rgb(142,182,254); }

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