#8EBEFE

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

Shades of Light Sky Blue #8EBEFE

Tints of Light Sky Blue #8EBEFE

Color information

#8EBEFE (or 0x8EBEFE) is unknown color: approx Light Sky Blue. HEX triplet: 8E, BE and FE. RGB value is (142,190,254). Sum of RGB (Red+Green+Blue) = 142+190+254=586 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.23% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EBEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBEFE is #714101. Grayscale: #B6B6B6. Windows color (decimal): -7422210 or 16694926. OLE color: 16694926.

HSL color Cylindrical-coordinate representation of color #8EBEFE: hue angle of 214.29º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EBEFE is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB142190254-
CMYK0.440.2500.00
HSL214.29º98.25%77.65%-
HSV(B)214.29º44.09%99.61%-
XYZ47.4649.73100.86-
YUV182.94168.198.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.23%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 254 (99.61% from 255) = 43.34%
R=24.23%
G=32.42%
B=43.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1421902540.440.2500.00214.2998.2577.65
Hex8EBEFE2C1900d6624e
Octal216276376543100326142116
Binary10001110101111101111111010110011001001101011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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