Shades of Vista Blue #99EAB2
Tints of Vista Blue #99EAB2
RGB
CMYK
RGB Variations
Color information
#99EAB2 (or 0x99EAB2) is known color: Vista Blue. HEX triplet: 99, EA and B2. RGB value is (153,234,178). Sum of RGB (Red+Green+Blue) = 153+234+178=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #99EAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EAB2 is #66154D. Grayscale: #CBCBCB. Windows color (decimal): -6690126 or 11725465. OLE color: 11725465.
HSL color Cylindrical-coordinate representation of color #99EAB2: hue angle of 138.52º degrees, saturation: 0.66, 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 #99EAB2 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 234 | 178 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.08 |
| HSL | 138.52º | 0.66% | 0.76% | - |
| HSV(B) | 138.52º | 0.35% | 0.92% | - |
| XYZ | 50.6 | 68.83 | 52.74 | - |
| YUV | 203.4 | 113.66 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 234 | 178 | 0.35 | 0 | 0.24 | 0.08 | 138.52 | 0.66 | 0.76 |
| Hex | 99 | EA | B2 | 23 | 0 | 18 | 8 | 8B | 42 | 4C |
| Octal | 231 | 352 | 262 | 43 | 0 | 30 | 10 | 213 | 102 | 114 |
| Binary | 10011001 | 11101010 | 10110010 | 100011 | 0 | 11000 | 1000 | 10001011 | 1000010 | 1001100 |
Color Harmonies of #99EAB2
Complementary color
Monochromatic Colors of #99EAB2
Black with #99EAB2
Text Example
Text Example
White with #99EAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EAB2; }
p { color: rgb(153,234,178); }
H1.HeaderClassName
{
color: #99EAB2;
}
.AnyTagClassName
{
color: #99EAB2;
}
</style>
background-color css
<style>
a { background-color: #99EAB2; }
a { background-color: rgb(153,234,178); }
div.DivClassName
{
background-color: #99EAB2;
}
.BgClassName
{
background-color: #99EAB2;
}
</style>
border-color css
<style>
span { border-color: #99EAB2; }
span { border-color: rgb(153,234,178); }
td.TdClassName
{
border-color: #99EAB2;
}
.TagClassName
{
border-color: #99EAB2;
}
</style>