#87F1FD

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

Shades of Electric Blue #87F1FD

Tints of Electric Blue #87F1FD

Color information

#87F1FD (or 0x87F1FD) is unknown color: approx Electric Blue. HEX triplet: 87, F1 and FD. RGB value is (135,241,253). Sum of RGB (Red+Green+Blue) = 135+241+253=629 (83% of max value = 765). Red value is 135 (53.12% from 255 or 21.46% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #87F1FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87F1FD is #780E02. Grayscale: #D2D2D2. Windows color (decimal): -7867907 or 16642439. OLE color: 16642439.

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

Color convert

RGB135241253-
CMYK0.470.0500.01
HSL186.1º96.72%76.08%-
HSV(B)186.1º46.64%99.22%-
XYZ59.1875.15104.32-
YUV210.67151.8874.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1352412530.470.0500.01186.196.7276.08
Hex87F1FD2F501ba614c
Octal20736137557501272141114
Binary100001111111000111111101101111101011011101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87F1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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