#87F8FD

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

Shades of Electric Blue #87F8FD

Tints of Electric Blue #87F8FD

Color information

#87F8FD (or 0x87F8FD) is unknown color: approx Electric Blue. HEX triplet: 87, F8 and FD. RGB value is (135,248,253). Sum of RGB (Red+Green+Blue) = 135+248+253=636 (84% of max value = 765). Red value is 135 (53.12% from 255 or 21.23% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #87F8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87F8FD is #780702. Grayscale: #D6D6D6. Windows color (decimal): -7866115 or 16644231. OLE color: 16644231.

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

Color convert

RGB135248253-
CMYK0.470.0200.01
HSL182.54º96.72%76.08%-
HSV(B)182.54º46.64%99.22%-
XYZ61.2979.38105.02-
YUV214.78149.5671.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 21.23%
GREEN value IS 248 (97.27% from 255) = 38.99%
BLUE value IS 253 (99.22% from 255) = 39.78%
R=21.23%
G=38.99%
B=39.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1352482530.470.0200.01182.5496.7276.08
Hex87F8FD2F201b7614c
Octal20737037557201267141114
Binary10000111111110001111110110111110011011011111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87F8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,248,253); }

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

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

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

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

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

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

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