#8FF2FF

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

Shades of Electric Blue #8FF2FF

Tints of Electric Blue #8FF2FF

Color information

#8FF2FF (or 0x8FF2FF) is unknown color: approx Electric Blue. HEX triplet: 8F, F2 and FF. RGB value is (143,242,255). Sum of RGB (Red+Green+Blue) = 143+242+255=640 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.34% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF2FF is #700D00. Grayscale: #D5D5D5. Windows color (decimal): -7343361 or 16773775. OLE color: 16773775.

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

Color convert

RGB143242255-
CMYK0.440.0500
HSL186.96º100%78.04%-
HSV(B)186.96º43.92%100%-
XYZ61.1376.56106.16-
YUV213.88151.277.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.34%
GREEN value IS 242 (94.92% from 255) = 37.81%
BLUE value IS 255 (100% from 255) = 39.84%
R=22.34%
G=37.81%
B=39.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1432422550.440.0500186.9610078.04
Hex8FF2FF2C500bb644e
Octal21736237754500273144116
Binary100011111111001011111111101100101001011101111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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