#87FDF1

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

Shades of Electric Blue #87FDF1

Tints of Electric Blue #87FDF1

Color information

#87FDF1 (or 0x87FDF1) is unknown color: approx Electric Blue. HEX triplet: 87, FD and F1. RGB value is (135,253,241). Sum of RGB (Red+Green+Blue) = 135+253+241=629 (83% of max value = 765). Red value is 135 (53.12% from 255 or 21.46% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #87FDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87FDF1 is #78020E. Grayscale: #D8D8D8. Windows color (decimal): -7864847 or 15859079. OLE color: 15859079.

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

Color convert

RGB135253241-
CMYK0.4700.050.01
HSL173.9º96.72%76.08%-
HSV(B)173.9º46.64%99.22%-
XYZ60.9981.7595.78-
YUV216.35141.9169.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 21.46%
GREEN value IS 253 (99.22% from 255) = 40.22%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=21.46%
G=40.22%
B=38.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1352532410.4700.050.01173.996.7276.08
Hex87FDF12F051ae614c
Octal20737536157051256141114
Binary100001111111110111110001101111010111010111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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