Shades of Vista Blue #99E3B5
Tints of Vista Blue #99E3B5
RGB
CMYK
RGB Variations
Color information
#99E3B5 (or 0x99E3B5) is known color: Vista Blue. HEX triplet: 99, E3 and B5. RGB value is (153,227,181). Sum of RGB (Red+Green+Blue) = 153+227+181=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 227 - color contains mainly: green. Hex color #99E3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E3B5 is #661C4A. Grayscale: #C7C7C7. Windows color (decimal): -6691915 or 11920281. OLE color: 11920281.
HSL color Cylindrical-coordinate representation of color #99E3B5: hue angle of 142.7º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99E3B5 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 227 | 181 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.11 |
| HSL | 142.7º | 0.57% | 0.75% | - |
| HSV(B) | 142.7º | 0.33% | 0.89% | - |
| XYZ | 48.95 | 65.05 | 53.69 | - |
| YUV | 199.63 | 117.48 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 227 | 181 | 0.33 | 0 | 0.20 | 0.11 | 142.7 | 0.57 | 0.75 |
| Hex | 99 | E3 | B5 | 21 | 0 | 14 | B | 8F | 39 | 4B |
| Octal | 231 | 343 | 265 | 41 | 0 | 24 | 13 | 217 | 71 | 113 |
| Binary | 10011001 | 11100011 | 10110101 | 100001 | 0 | 10100 | 1011 | 10001111 | 111001 | 1001011 |
Color Harmonies of #99E3B5
Complementary color
Monochromatic Colors of #99E3B5
Black with #99E3B5
Text Example
Text Example
White with #99E3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E3B5; }
p { color: rgb(153,227,181); }
H1.HeaderClassName
{
color: #99E3B5;
}
.AnyTagClassName
{
color: #99E3B5;
}
</style>
background-color css
<style>
a { background-color: #99E3B5; }
a { background-color: rgb(153,227,181); }
div.DivClassName
{
background-color: #99E3B5;
}
.BgClassName
{
background-color: #99E3B5;
}
</style>
border-color css
<style>
span { border-color: #99E3B5; }
span { border-color: rgb(153,227,181); }
td.TdClassName
{
border-color: #99E3B5;
}
.TagClassName
{
border-color: #99E3B5;
}
</style>