#8FEFF7

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

Shades of Electric Blue #8FEFF7

Tints of Electric Blue #8FEFF7

Color information

#8FEFF7 (or 0x8FEFF7) is unknown color: approx Electric Blue. HEX triplet: 8F, EF and F7. RGB value is (143,239,247). Sum of RGB (Red+Green+Blue) = 143+239+247=629 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.73% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #8FEFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEFF7 is #701008. Grayscale: #D3D3D3. Windows color (decimal): -7344137 or 16248719. OLE color: 16248719.

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

Color convert

RGB143239247-
CMYK0.420.0300.03
HSL184.62º86.67%76.47%-
HSV(B)184.62º42.11%96.86%-
XYZ58.9874.2999.23-
YUV211.21148.279.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.73%
GREEN value IS 239 (93.75% from 255) = 38.00%
BLUE value IS 247 (96.88% from 255) = 39.27%
R=22.73%
G=38.00%
B=39.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1432392470.420.0300.03184.6286.6776.47
Hex8FEFF72A303b9574c
Octal21735736752303271127114
Binary100011111110111111110111101010110111011100110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,239,247); }

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

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

 a { background-color: rgb(143,239,247); }

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

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

 span { border-color: rgb(143,239,247); }

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