#8FFFFB

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

Shades of Electric Blue #8FFFFB

Tints of Electric Blue #8FFFFB

Color information

#8FFFFB (or 0x8FFFFB) is unknown color: approx Electric Blue. HEX triplet: 8F, FF and FB. RGB value is (143,255,251). Sum of RGB (Red+Green+Blue) = 143+255+251=649 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.03% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFFFB is #700004. Grayscale: #DCDCDC. Windows color (decimal): -7340037 or 16514959. OLE color: 16514959.

HSL color Cylindrical-coordinate representation of color #8FFFFB: hue angle of 177.86º 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 #8FFFFB is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB143255251-
CMYK0.4400.020
HSL177.86º100%78.04%-
HSV(B)177.86º43.92%100%-
XYZ64.584.32104.14-
YUV221.06144.8972.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.03%
GREEN value IS 255 (100% from 255) = 39.29%
BLUE value IS 251 (98.44% from 255) = 38.67%
R=22.03%
G=39.29%
B=38.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1432552510.4400.020177.8610078.04
Hex8FFFFB2C020b2644e
Octal21737737354020262144116
Binary10001111111111111111101110110001001011001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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