#87FCB2

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

Shades of Vista Blue #87FCB2

Tints of Vista Blue #87FCB2

Color information

#87FCB2 (or 0x87FCB2) is unknown color: approx Vista Blue. HEX triplet: 87, FC and B2. RGB value is (135,252,178). Sum of RGB (Red+Green+Blue) = 135+252+178=565 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.89% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #87FCB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #87FCB2 is #78034D. Grayscale: #D0D0D0. Windows color (decimal): -7865166 or 11730055. OLE color: 11730055.

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

Color convert

RGB135252178-
CMYK0.4600.290.01
HSL142.05º95.12%75.88%-
HSV(B)142.05º46.43%98.82%-
XYZ52.8477.9954.39-
YUV208.58110.7475.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.89%
GREEN value IS 252 (98.83% from 255) = 44.60%
BLUE value IS 178 (69.92% from 255) = 31.50%
R=23.89%
G=44.60%
B=31.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1352521780.4600.290.01142.0595.1275.88
Hex87FCB22E01D18e5f4c
Octal207374262560351216137114
Binary10000111111111001011001010111001110111000111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,252,178); }

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

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

 a { background-color: rgb(135,252,178); }

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

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

 span { border-color: rgb(135,252,178); }

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