#8FEEF4

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

Shades of Electric Blue #8FEEF4

Tints of Electric Blue #8FEEF4

Color information

#8FEEF4 (or 0x8FEEF4) is unknown color: approx Electric Blue. HEX triplet: 8F, EE and F4. RGB value is (143,238,244). Sum of RGB (Red+Green+Blue) = 143+238+244=625 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.88% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 244 (95.70% from 255 or 39.04% from 625); Max value from RGB is 244 - color contains mainly: blue. Hex color #8FEEF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEEF4 is #70110B. Grayscale: #D2D2D2. Windows color (decimal): -7344396 or 16051855. OLE color: 16051855.

HSL color Cylindrical-coordinate representation of color #8FEEF4: hue angle of 183.56º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FEEF4 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB143238244-
CMYK0.410.0200.04
HSL183.56º82.11%75.88%-
HSV(B)183.56º41.39%95.69%-
XYZ58.2373.5296.71-
YUV210.28147.0380.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.88%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 244 (95.70% from 255) = 39.04%
R=22.88%
G=38.08%
B=39.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1432382440.410.0200.04183.5682.1175.88
Hex8FEEF429204b8524c
Octal21735636451204270122114
Binary1000111111101110111101001010011001001011100010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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