Shades of Vista Blue #87FBB2
Tints of Vista Blue #87FBB2
RGB
CMYK
RGB Variations
Color information
#87FBB2 (or 0x87FBB2) is known color: Vista Blue. HEX triplet: 87, FB and B2. RGB value is (135,251,178). Sum of RGB (Red+Green+Blue) = 135+251+178=564 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.94% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #87FBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #87FBB2 is #78044D. Grayscale: #D0D0D0. Windows color (decimal): -7865422 or 11729799. OLE color: 11729799.
HSL color Cylindrical-coordinate representation of color #87FBB2: hue angle of 142.24º 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 #87FBB2 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 251 | 178 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.02 |
| HSL | 142.24º | 0.94% | 0.76% | - |
| HSV(B) | 142.24º | 0.46% | 0.98% | - |
| XYZ | 52.52 | 77.36 | 54.28 | - |
| YUV | 207.99 | 111.07 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 251 | 178 | 0.46 | 0 | 0.29 | 0.02 | 142.24 | 0.94 | 0.76 |
| Hex | 87 | FB | B2 | 2E | 0 | 1D | 2 | 8E | 5E | 4C |
| Octal | 207 | 373 | 262 | 56 | 0 | 35 | 2 | 216 | 136 | 114 |
| Binary | 10000111 | 11111011 | 10110010 | 101110 | 0 | 11101 | 10 | 10001110 | 1011110 | 1001100 |
Color Harmonies of #87FBB2
Complementary color
Monochromatic Colors of #87FBB2
Black with #87FBB2
Text Example
Text Example
White with #87FBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FBB2; }
p { color: rgb(135,251,178); }
H1.HeaderClassName
{
color: #87FBB2;
}
.AnyTagClassName
{
color: #87FBB2;
}
</style>
background-color css
<style>
a { background-color: #87FBB2; }
a { background-color: rgb(135,251,178); }
div.DivClassName
{
background-color: #87FBB2;
}
.BgClassName
{
background-color: #87FBB2;
}
</style>
border-color css
<style>
span { border-color: #87FBB2; }
span { border-color: rgb(135,251,178); }
td.TdClassName
{
border-color: #87FBB2;
}
.TagClassName
{
border-color: #87FBB2;
}
</style>