#8EBCF9

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

Shades of Light Sky Blue #8EBCF9

Tints of Light Sky Blue #8EBCF9

Color information

#8EBCF9 (or 0x8EBCF9) is unknown color: approx Light Sky Blue. HEX triplet: 8E, BC and F9. RGB value is (142,188,249). Sum of RGB (Red+Green+Blue) = 142+188+249=579 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.53% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #8EBCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBCF9 is #714306. Grayscale: #B4B4B4. Windows color (decimal): -7422727 or 16366734. OLE color: 16366734.

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

Color convert

RGB142188249-
CMYK0.430.2400.02
HSL214.21º89.92%76.67%-
HSV(B)214.21º42.97%97.65%-
XYZ46.2448.5696.56-
YUV181.2166.26100.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.53%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 249 (97.66% from 255) = 43.01%
R=24.53%
G=32.47%
B=43.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421882490.430.2400.02214.2189.9276.67
Hex8EBCF92B1802d65a4d
Octal216274371533002326132115
Binary100011101011110011111001101011110000101101011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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