Shades of Vista Blue #99EBB1
Tints of Vista Blue #99EBB1
RGB
CMYK
RGB Variations
Color information
#99EBB1 (or 0x99EBB1) is known color: Vista Blue. HEX triplet: 99, EB and B1. RGB value is (153,235,177). Sum of RGB (Red+Green+Blue) = 153+235+177=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EBB1 is #66144E. Grayscale: #CCCCCC. Windows color (decimal): -6689871 or 11660185. OLE color: 11660185.
HSL color Cylindrical-coordinate representation of color #99EBB1: hue angle of 137.56º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EBB1 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 235 | 177 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.08 |
| HSL | 137.56º | 0.67% | 0.76% | - |
| HSV(B) | 137.56º | 0.35% | 0.92% | - |
| XYZ | 50.78 | 69.36 | 52.31 | - |
| YUV | 203.87 | 112.83 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 235 | 177 | 0.35 | 0 | 0.25 | 0.08 | 137.56 | 0.67 | 0.76 |
| Hex | 99 | EB | B1 | 23 | 0 | 19 | 8 | 8A | 43 | 4C |
| Octal | 231 | 353 | 261 | 43 | 0 | 31 | 10 | 212 | 103 | 114 |
| Binary | 10011001 | 11101011 | 10110001 | 100011 | 0 | 11001 | 1000 | 10001010 | 1000011 | 1001100 |
Color Harmonies of #99EBB1
Complementary color
Monochromatic Colors of #99EBB1
Black with #99EBB1
Text Example
Text Example
White with #99EBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EBB1; }
p { color: rgb(153,235,177); }
H1.HeaderClassName
{
color: #99EBB1;
}
.AnyTagClassName
{
color: #99EBB1;
}
</style>
background-color css
<style>
a { background-color: #99EBB1; }
a { background-color: rgb(153,235,177); }
div.DivClassName
{
background-color: #99EBB1;
}
.BgClassName
{
background-color: #99EBB1;
}
</style>
border-color css
<style>
span { border-color: #99EBB1; }
span { border-color: rgb(153,235,177); }
td.TdClassName
{
border-color: #99EBB1;
}
.TagClassName
{
border-color: #99EBB1;
}
</style>