#87FCF0

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

Shades of Electric Blue #87FCF0

Tints of Electric Blue #87FCF0

Color information

#87FCF0 (or 0x87FCF0) is unknown color: approx Electric Blue. HEX triplet: 87, FC and F0. RGB value is (135,252,240). Sum of RGB (Red+Green+Blue) = 135+252+240=627 (83% of max value = 765). Red value is 135 (53.12% from 255 or 21.53% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #87FCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87FCF0 is #78030F. Grayscale: #D7D7D7. Windows color (decimal): -7865104 or 15793287. OLE color: 15793287.

HSL color Cylindrical-coordinate representation of color #87FCF0: hue angle of 173.85º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87FCF0 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB135252240-
CMYK0.4600.050.01
HSL173.85º95.12%75.88%-
HSV(B)173.85º46.43%98.82%-
XYZ60.5381.0694.89-
YUV215.65141.7470.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 21.53%
GREEN value IS 252 (98.83% from 255) = 40.19%
BLUE value IS 240 (94.14% from 255) = 38.28%
R=21.53%
G=40.19%
B=38.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1352522400.4600.050.01173.8595.1275.88
Hex87FCF02E051ae5f4c
Octal20737436056051256137114
Binary100001111111110011110000101110010111010111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,252,240); }

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

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

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

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

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

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

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