#8EBEF5

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

Shades of Light Sky Blue #8EBEF5

Tints of Light Sky Blue #8EBEF5

Color information

#8EBEF5 (or 0x8EBEF5) is unknown color: approx Light Sky Blue. HEX triplet: 8E, BE and F5. RGB value is (142,190,245). Sum of RGB (Red+Green+Blue) = 142+190+245=577 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.61% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 245 (96.09% from 255 or 42.46% from 577); Max value from RGB is 245 - color contains mainly: blue. Hex color #8EBEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBEF5 is #71410A. Grayscale: #B5B5B5. Windows color (decimal): -7422219 or 16105102. OLE color: 16105102.

HSL color Cylindrical-coordinate representation of color #8EBEF5: hue angle of 212.04º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EBEF5 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB142190245-
CMYK0.420.2200.04
HSL212.04º83.74%75.88%-
HSV(B)212.04º42.04%96.08%-
XYZ46.0549.1793.45-
YUV181.92163.699.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.61%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 245 (96.09% from 255) = 42.46%
R=24.61%
G=32.93%
B=42.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1421902450.420.2200.04212.0483.7475.88
Hex8EBEF52A1604d4544c
Octal216276365522604324124114
Binary1000111010111110111101011010101011001001101010010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,190,245); }

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

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

 a { background-color: rgb(142,190,245); }

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

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

 span { border-color: rgb(142,190,245); }

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