#87FBFC

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

Shades of Electric Blue #87FBFC

Tints of Electric Blue #87FBFC

Color information

#87FBFC (or 0x87FBFC) is unknown color: approx Electric Blue. HEX triplet: 87, FB and FC. RGB value is (135,251,252). Sum of RGB (Red+Green+Blue) = 135+251+252=638 (84% of max value = 765). Red value is 135 (53.12% from 255 or 21.16% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #87FBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87FBFC is #780403. Grayscale: #D8D8D8. Windows color (decimal): -7865348 or 16579463. OLE color: 16579463.

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

Color convert

RGB135251252-
CMYK0.460.0000.01
HSL180.51º95.12%75.88%-
HSV(B)180.51º46.43%98.82%-
XYZ62.0681.17104.49-
YUV216.43148.0769.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 21.16%
GREEN value IS 251 (98.44% from 255) = 39.34%
BLUE value IS 252 (98.83% from 255) = 39.50%
R=21.16%
G=39.34%
B=39.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1352512520.460.0000.01180.5195.1275.88
Hex87FBFC2E001b55f4c
Octal20737337456001265137114
Binary1000011111111011111111001011100011011010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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