#8FFFEE

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

Shades of Electric Blue #8FFFEE

Tints of Electric Blue #8FFFEE

Color information

#8FFFEE (or 0x8FFFEE) is unknown color: approx Electric Blue. HEX triplet: 8F, FF and EE. RGB value is (143,255,238). Sum of RGB (Red+Green+Blue) = 143+255+238=636 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.48% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFFEE is #700011. Grayscale: #DBDBDB. Windows color (decimal): -7340050 or 15662991. OLE color: 15662991.

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

Color convert

RGB143255238-
CMYK0.4400.070
HSL170.89º100%78.04%-
HSV(B)170.89º43.92%100%-
XYZ62.5283.5393.72-
YUV219.57138.3973.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.48%
GREEN value IS 255 (100% from 255) = 40.09%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=22.48%
G=40.09%
B=37.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1432552380.4400.070170.8910078.04
Hex8FFFEE2C070ab644e
Octal21737735654070253144116
Binary100011111111111111101110101100011101010101111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,255,238); }

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

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

 a { background-color: rgb(143,255,238); }

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

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

 span { border-color: rgb(143,255,238); }

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