#8EB4FF

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

Shades of Light Sky Blue #8EB4FF

Tints of Light Sky Blue #8EB4FF

Color information

#8EB4FF (or 0x8EB4FF) is unknown color: approx Light Sky Blue. HEX triplet: 8E, B4 and FF. RGB value is (142,180,255). Sum of RGB (Red+Green+Blue) = 142+180+255=577 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.61% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EB4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EB4FF is #714B00. Grayscale: #B0B0B0. Windows color (decimal): -7424769 or 16757902. OLE color: 16757902.

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

Color convert

RGB142180255-
CMYK0.440.2900
HSL219.82º100%77.84%-
HSV(B)219.82º44.31%100%-
XYZ45.5345.61101.01-
YUV177.19171.91102.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.61%
GREEN value IS 180 (70.70% from 255) = 31.20%
BLUE value IS 255 (100% from 255) = 44.19%
R=24.61%
G=31.20%
B=44.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1421802550.440.2900219.8210077.84
Hex8EB4FF2C1D00dc644e
Octal216264377543500334144116
Binary10001110101101001111111110110011101001101110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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