#8EB6FD

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

Shades of Light Sky Blue #8EB6FD

Tints of Light Sky Blue #8EB6FD

Color information

#8EB6FD (or 0x8EB6FD) is unknown color: approx Light Sky Blue. HEX triplet: 8E, B6 and FD. RGB value is (142,182,253). Sum of RGB (Red+Green+Blue) = 142+182+253=577 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.61% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EB6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EB6FD is #714902. Grayscale: #B1B1B1. Windows color (decimal): -7424259 or 16627342. OLE color: 16627342.

HSL color Cylindrical-coordinate representation of color #8EB6FD: hue angle of 218.38º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EB6FD is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142182253-
CMYK0.440.2800.01
HSL218.38º96.52%77.45%-
HSV(B)218.38º43.87%99.22%-
XYZ45.6146.399.46-
YUV178.13170.25102.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.61%
GREEN value IS 182 (71.48% from 255) = 31.54%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=24.61%
G=31.54%
B=43.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421822530.440.2800.01218.3896.5277.45
Hex8EB6FD2C1C01da614d
Octal216266375543401332141115
Binary10001110101101101111110110110011100011101101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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