#8EEEFB

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

Shades of Electric Blue #8EEEFB

Tints of Electric Blue #8EEEFB

Color information

#8EEEFB (or 0x8EEEFB) is unknown color: approx Electric Blue. HEX triplet: 8E, EE and FB. RGB value is (142,238,251). Sum of RGB (Red+Green+Blue) = 142+238+251=631 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.50% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #8EEEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEEFB is #711104. Grayscale: #D2D2D2. Windows color (decimal): -7409925 or 16510606. OLE color: 16510606.

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

Color convert

RGB142238251-
CMYK0.430.0500.02
HSL187.16º93.16%77.06%-
HSV(B)187.16º43.43%98.43%-
XYZ59.1473.86102.41-
YUV210.78150.778.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.50%
GREEN value IS 238 (93.36% from 255) = 37.72%
BLUE value IS 251 (98.44% from 255) = 39.78%
R=22.50%
G=37.72%
B=39.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422382510.430.0500.02187.1693.1677.06
Hex8EEEFB2B502bb5d4d
Octal21635637353502273135115
Binary1000111011101110111110111010111010101011101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,238,251); }

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

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

 a { background-color: rgb(142,238,251); }

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

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

 span { border-color: rgb(142,238,251); }

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