#87FBF3

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

Shades of Electric Blue #87FBF3

Tints of Electric Blue #87FBF3

Color information

#87FBF3 (or 0x87FBF3) is unknown color: approx Electric Blue. HEX triplet: 87, FB and F3. RGB value is (135,251,243). Sum of RGB (Red+Green+Blue) = 135+251+243=629 (83% of max value = 765). Red value is 135 (53.12% from 255 or 21.46% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #87FBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87FBF3 is #78040C. Grayscale: #D7D7D7. Windows color (decimal): -7865357 or 15989639. OLE color: 15989639.

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

Color convert

RGB135251243-
CMYK0.4600.030.02
HSL175.86º93.55%75.69%-
HSV(B)175.86º46.22%98.43%-
XYZ60.6780.6297.16-
YUV215.4143.5770.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 21.46%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 243 (95.31% from 255) = 38.63%
R=21.46%
G=39.90%
B=38.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1352512430.4600.030.02175.8693.5575.69
Hex87FBF32E032b05e4c
Octal20737336356032260136114
Binary100001111111101111110011101110011101011000010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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