#87FBFE

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

Shades of Electric Blue #87FBFE

Tints of Electric Blue #87FBFE

Color information

#87FBFE (or 0x87FBFE) is unknown color: approx Electric Blue. HEX triplet: 87, FB and FE. RGB value is (135,251,254). Sum of RGB (Red+Green+Blue) = 135+251+254=640 (84% of max value = 765). Red value is 135 (53.12% from 255 or 21.09% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #87FBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87FBFE is #780401. Grayscale: #D8D8D8. Windows color (decimal): -7865346 or 16710535. OLE color: 16710535.

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

Color convert

RGB135251254-
CMYK0.470.0100.00
HSL181.51º98.35%76.27%-
HSV(B)181.51º46.85%99.61%-
XYZ62.3881.3106.17-
YUV216.66149.0769.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 21.09%
GREEN value IS 251 (98.44% from 255) = 39.22%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=21.09%
G=39.22%
B=39.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1352512540.470.0100.00181.5198.3576.27
Hex87FBFE2F100b6624c
Octal20737337657100266142114
Binary1000011111111011111111101011111001011011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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