Shades of Vista Blue #99EBB5
Tints of Vista Blue #99EBB5
RGB
CMYK
RGB Variations
Color information
#99EBB5 (or 0x99EBB5) is known color: Vista Blue. HEX triplet: 99, EB and B5. RGB value is (153,235,181). Sum of RGB (Red+Green+Blue) = 153+235+181=569 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.89% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBB5 is #66144A. Grayscale: #CCCCCC. Windows color (decimal): -6689867 or 11922329. OLE color: 11922329.
HSL color Cylindrical-coordinate representation of color #99EBB5: hue angle of 140.49º 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 #99EBB5 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 235 | 181 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.08 |
| HSL | 140.49º | 0.67% | 0.76% | - |
| HSV(B) | 140.49º | 0.35% | 0.92% | - |
| XYZ | 51.19 | 69.53 | 54.44 | - |
| YUV | 204.33 | 114.83 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 235 | 181 | 0.35 | 0 | 0.23 | 0.08 | 140.49 | 0.67 | 0.76 |
| Hex | 99 | EB | B5 | 23 | 0 | 17 | 8 | 8C | 43 | 4C |
| Octal | 231 | 353 | 265 | 43 | 0 | 27 | 10 | 214 | 103 | 114 |
| Binary | 10011001 | 11101011 | 10110101 | 100011 | 0 | 10111 | 1000 | 10001100 | 1000011 | 1001100 |
Color Harmonies of #99EBB5
Complementary color
Monochromatic Colors of #99EBB5
Black with #99EBB5
Text Example
Text Example
White with #99EBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EBB5; }
p { color: rgb(153,235,181); }
H1.HeaderClassName
{
color: #99EBB5;
}
.AnyTagClassName
{
color: #99EBB5;
}
</style>
background-color css
<style>
a { background-color: #99EBB5; }
a { background-color: rgb(153,235,181); }
div.DivClassName
{
background-color: #99EBB5;
}
.BgClassName
{
background-color: #99EBB5;
}
</style>
border-color css
<style>
span { border-color: #99EBB5; }
span { border-color: rgb(153,235,181); }
td.TdClassName
{
border-color: #99EBB5;
}
.TagClassName
{
border-color: #99EBB5;
}
</style>