#87F7F7

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

Shades of Electric Blue #87F7F7

Tints of Electric Blue #87F7F7

Color information

#87F7F7 (or 0x87F7F7) is unknown color: approx Electric Blue. HEX triplet: 87, F7 and F7. RGB value is (135,247,247). Sum of RGB (Red+Green+Blue) = 135+247+247=629 (83% of max value = 765). Red value is 135 (53.12% from 255 or 21.46% from 629); Green value is 247 (96.88% from 255 or 39.27% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: green, blue. Hex color #87F7F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87F7F7 is #780808. Grayscale: #D5D5D5. Windows color (decimal): -7866377 or 16250759. OLE color: 16250759.

HSL color Cylindrical-coordinate representation of color #87F7F7: hue angle of 180º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87F7F7 is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB135247247-
CMYK0.45000.03
HSL180º87.5%74.9%-
HSV(B)180º45.34%96.86%-
XYZ60.0478.3999.96-
YUV213.51146.8972-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 21.46%
GREEN value IS 247 (96.88% from 255) = 39.27%
BLUE value IS 247 (96.88% from 255) = 39.27%
R=21.46%
G=39.27%
B=39.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1352472470.45000.0318087.574.9
Hex87F7F72D003b4584b
Octal20736736755003264130113
Binary10000111111101111111011110110100111011010010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87F7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87F7F7; }

 p { color: rgb(135,247,247); }

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

<style>
 a { background-color: #87F7F7; }

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

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

<style>
 span { border-color: #87F7F7; }

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

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