#8EBEF8

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

Shades of Light Sky Blue #8EBEF8

Tints of Light Sky Blue #8EBEF8

Color information

#8EBEF8 (or 0x8EBEF8) is unknown color: approx Light Sky Blue. HEX triplet: 8E, BE and F8. RGB value is (142,190,248). Sum of RGB (Red+Green+Blue) = 142+190+248=580 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.48% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #8EBEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBEF8 is #714107. Grayscale: #B5B5B5. Windows color (decimal): -7422216 or 16301710. OLE color: 16301710.

HSL color Cylindrical-coordinate representation of color #8EBEF8: hue angle of 212.83º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EBEF8 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB142190248-
CMYK0.430.2300.03
HSL212.83º88.33%76.47%-
HSV(B)212.83º42.74%97.25%-
XYZ46.5149.3695.88-
YUV182.26165.199.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.48%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 248 (97.27% from 255) = 42.76%
R=24.48%
G=32.76%
B=42.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1421902480.430.2300.03212.8388.3376.47
Hex8EBEF82B1703d5584c
Octal216276370532703325130114
Binary100011101011111011111000101011101110111101010110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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