Shades of Vista Blue #99EEB2
Tints of Vista Blue #99EEB2
RGB
CMYK
RGB Variations
Color information
#99EEB2 (or 0x99EEB2) is known color: Vista Blue. HEX triplet: 99, EE and B2. RGB value is (153,238,178). Sum of RGB (Red+Green+Blue) = 153+238+178=569 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.89% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #99EEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EEB2 is #66114D. Grayscale: #CDCDCD. Windows color (decimal): -6689102 or 11726489. OLE color: 11726489.
HSL color Cylindrical-coordinate representation of color #99EEB2: hue angle of 137.65º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EEB2 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 238 | 178 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.07 |
| HSL | 137.65º | 0.71% | 0.77% | - |
| HSV(B) | 137.65º | 0.36% | 0.93% | - |
| XYZ | 51.75 | 71.14 | 53.12 | - |
| YUV | 205.75 | 112.34 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 178 | 0.36 | 0 | 0.25 | 0.07 | 137.65 | 0.71 | 0.77 |
| Hex | 99 | EE | B2 | 24 | 0 | 19 | 7 | 8A | 47 | 4D |
| Octal | 231 | 356 | 262 | 44 | 0 | 31 | 7 | 212 | 107 | 115 |
| Binary | 10011001 | 11101110 | 10110010 | 100100 | 0 | 11001 | 111 | 10001010 | 1000111 | 1001101 |
Color Harmonies of #99EEB2
Complementary color
Monochromatic Colors of #99EEB2
Black with #99EEB2
Text Example
Text Example
White with #99EEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EEB2; }
p { color: rgb(153,238,178); }
H1.HeaderClassName
{
color: #99EEB2;
}
.AnyTagClassName
{
color: #99EEB2;
}
</style>
background-color css
<style>
a { background-color: #99EEB2; }
a { background-color: rgb(153,238,178); }
div.DivClassName
{
background-color: #99EEB2;
}
.BgClassName
{
background-color: #99EEB2;
}
</style>
border-color css
<style>
span { border-color: #99EEB2; }
span { border-color: rgb(153,238,178); }
td.TdClassName
{
border-color: #99EEB2;
}
.TagClassName
{
border-color: #99EEB2;
}
</style>