#8EBCFA

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

Shades of Light Sky Blue #8EBCFA

Tints of Light Sky Blue #8EBCFA

Color information

#8EBCFA (or 0x8EBCFA) is unknown color: approx Light Sky Blue. HEX triplet: 8E, BC and FA. RGB value is (142,188,250). Sum of RGB (Red+Green+Blue) = 142+188+250=580 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.48% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EBCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBCFA is #714305. Grayscale: #B5B5B5. Windows color (decimal): -7422726 or 16432270. OLE color: 16432270.

HSL color Cylindrical-coordinate representation of color #8EBCFA: hue angle of 214.44º 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 #8EBCFA is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142188250-
CMYK0.430.2500.02
HSL214.44º91.53%76.86%-
HSV(B)214.44º43.2%98.04%-
XYZ46.3948.6297.38-
YUV181.31166.7699.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.48%
GREEN value IS 188 (73.83% from 255) = 32.41%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=24.48%
G=32.41%
B=43.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421882500.430.2500.02214.4491.5376.86
Hex8EBCFA2B1902d65c4d
Octal216274372533102326134115
Binary100011101011110011111010101011110010101101011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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