#87FAFE

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

Shades of Electric Blue #87FAFE

Tints of Electric Blue #87FAFE

Color information

#87FAFE (or 0x87FAFE) is unknown color: approx Electric Blue. HEX triplet: 87, FA and FE. RGB value is (135,250,254). Sum of RGB (Red+Green+Blue) = 135+250+254=639 (84% of max value = 765). Red value is 135 (53.12% from 255 or 21.13% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #87FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87FAFE is #780501. Grayscale: #D7D7D7. Windows color (decimal): -7865602 or 16710279. OLE color: 16710279.

HSL color Cylindrical-coordinate representation of color #87FAFE: hue angle of 182.02º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87FAFE is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB135250254-
CMYK0.470.0200.00
HSL182.02º98.35%76.27%-
HSV(B)182.02º46.85%99.61%-
XYZ62.0780.68106.07-
YUV216.07149.470.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 21.13%
GREEN value IS 250 (98.05% from 255) = 39.12%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=21.13%
G=39.12%
B=39.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1352502540.470.0200.00182.0298.3576.27
Hex87FAFE2F200b6624c
Octal20737237657200266142114
Binary10000111111110101111111010111110001011011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,250,254); }

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

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

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

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

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

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

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