#8EB4FA

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

Shades of Light Sky Blue #8EB4FA

Tints of Light Sky Blue #8EB4FA

Color information

#8EB4FA (or 0x8EB4FA) is unknown color: approx Light Sky Blue. HEX triplet: 8E, B4 and FA. RGB value is (142,180,250). Sum of RGB (Red+Green+Blue) = 142+180+250=572 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.83% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EB4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EB4FA is #714B05. Grayscale: #B0B0B0. Windows color (decimal): -7424774 or 16430222. OLE color: 16430222.

HSL color Cylindrical-coordinate representation of color #8EB4FA: hue angle of 218.89º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EB4FA is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142180250-
CMYK0.430.2800.02
HSL218.89º91.53%76.86%-
HSV(B)218.89º43.2%98.04%-
XYZ44.7345.396.83-
YUV176.62169.41103.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.83%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=24.83%
G=31.47%
B=43.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421802500.430.2800.02218.8991.5376.86
Hex8EB4FA2B1C02db5c4d
Octal216264372533402333134115
Binary100011101011010011111010101011111000101101101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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