#8EBFFE

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

Shades of Light Sky Blue #8EBFFE

Tints of Light Sky Blue #8EBFFE

Color information

#8EBFFE (or 0x8EBFFE) is unknown color: approx Light Sky Blue. HEX triplet: 8E, BF and FE. RGB value is (142,191,254). Sum of RGB (Red+Green+Blue) = 142+191+254=587 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.19% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EBFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBFFE is #714001. Grayscale: #B7B7B7. Windows color (decimal): -7421954 or 16695182. OLE color: 16695182.

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

Color convert

RGB142191254-
CMYK0.440.2500.00
HSL213.75º98.25%77.65%-
HSV(B)213.75º44.09%99.61%-
XYZ47.6850.17100.94-
YUV183.53167.7798.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.19%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=24.19%
G=32.54%
B=43.27%

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
Decimal1421912540.440.2500.00213.7598.2577.65
Hex8EBFFE2C1900d6624e
Octal216277376543100326142116
Binary10001110101111111111111010110011001001101011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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