#8FF8EB

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

Shades of Electric Blue #8FF8EB

Tints of Electric Blue #8FF8EB

Color information

#8FF8EB (or 0x8FF8EB) is unknown color: approx Electric Blue. HEX triplet: 8F, F8 and EB. RGB value is (143,248,235). Sum of RGB (Red+Green+Blue) = 143+248+235=626 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.84% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #8FF8EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF8EB is #700714. Grayscale: #D7D7D7. Windows color (decimal): -7341845 or 15464591. OLE color: 15464591.

HSL color Cylindrical-coordinate representation of color #8FF8EB: hue angle of 172.57º 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 #8FF8EB is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB143248235-
CMYK0.4200.050.03
HSL172.57º88.24%76.67%-
HSV(B)172.57º42.34%97.25%-
XYZ59.8978.9790.68-
YUV215.12139.2176.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.84%
GREEN value IS 248 (97.27% from 255) = 39.62%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=22.84%
G=39.62%
B=37.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1432482350.4200.050.03172.5788.2476.67
Hex8FF8EB2A053ad584d
Octal21737035352053255130115
Binary1000111111111000111010111010100101111010110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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