#87FCFC

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

Shades of Electric Blue #87FCFC

Tints of Electric Blue #87FCFC

Color information

#87FCFC (or 0x87FCFC) is unknown color: approx Electric Blue. HEX triplet: 87, FC and FC. RGB value is (135,252,252). Sum of RGB (Red+Green+Blue) = 135+252+252=639 (84% of max value = 765). Red value is 135 (53.12% from 255 or 21.13% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #87FCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87FCFC is #780303. Grayscale: #D8D8D8. Windows color (decimal): -7865092 or 16579719. OLE color: 16579719.

HSL color Cylindrical-coordinate representation of color #87FCFC: hue angle of 180º 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 #87FCFC is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB135252252-
CMYK0.46000.01
HSL180º95.12%75.88%-
HSV(B)180º46.43%98.82%-
XYZ62.3781.8104.6-
YUV217.02147.7469.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 21.13%
GREEN value IS 252 (98.83% from 255) = 39.44%
BLUE value IS 252 (98.83% from 255) = 39.44%
R=21.13%
G=39.44%
B=39.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1352522520.46000.0118095.1275.88
Hex87FCFC2E001b45f4c
Octal20737437456001264137114
Binary1000011111111100111111001011100011011010010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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