#8FF8F7

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

Shades of Electric Blue #8FF8F7

Tints of Electric Blue #8FF8F7

Color information

#8FF8F7 (or 0x8FF8F7) is unknown color: approx Electric Blue. HEX triplet: 8F, F8 and F7. RGB value is (143,248,247). Sum of RGB (Red+Green+Blue) = 143+248+247=638 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.41% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #8FF8F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF8F7 is #700708. Grayscale: #D8D8D8. Windows color (decimal): -7341833 or 16251023. OLE color: 16251023.

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

Color convert

RGB143248247-
CMYK0.4200.000.03
HSL179.43º88.24%76.67%-
HSV(B)179.43º42.34%97.25%-
XYZ61.6879.69100.13-
YUV216.49145.2175.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.41%
GREEN value IS 248 (97.27% from 255) = 38.87%
BLUE value IS 247 (96.88% from 255) = 38.71%
R=22.41%
G=38.87%
B=38.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1432482470.4200.000.03179.4388.2476.67
Hex8FF8F72A003b3584d
Octal21737036752003263130115
Binary10001111111110001111011110101000111011001110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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