#8EEBF9

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

Shades of Electric Blue #8EEBF9

Tints of Electric Blue #8EEBF9

Color information

#8EEBF9 (or 0x8EEBF9) is unknown color: approx Electric Blue. HEX triplet: 8E, EB and F9. RGB value is (142,235,249). Sum of RGB (Red+Green+Blue) = 142+235+249=626 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.68% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #8EEBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEBF9 is #711406. Grayscale: #D0D0D0. Windows color (decimal): -7410695 or 16378766. OLE color: 16378766.

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

Color convert

RGB142235249-
CMYK0.430.0600.02
HSL187.85º89.92%76.67%-
HSV(B)187.85º42.97%97.65%-
XYZ57.9672.01100.47-
YUV208.79150.6980.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.68%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 249 (97.66% from 255) = 39.78%
R=22.68%
G=37.54%
B=39.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422352490.430.0600.02187.8589.9276.67
Hex8EEBF92B602bc5a4d
Octal21635337153602274132115
Binary1000111011101011111110011010111100101011110010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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