Shades of Vista Blue #99EFB2
Tints of Vista Blue #99EFB2
RGB
CMYK
RGB Variations
Color information
#99EFB2 (or 0x99EFB2) is known color: Vista Blue. HEX triplet: 99, EF and B2. RGB value is (153,239,178). Sum of RGB (Red+Green+Blue) = 153+239+178=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EFB2 is #66104D. Grayscale: #CECECE. Windows color (decimal): -6688846 or 11726745. OLE color: 11726745.
HSL color Cylindrical-coordinate representation of color #99EFB2: hue angle of 137.44º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EFB2 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 239 | 178 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.06 |
| HSL | 137.44º | 0.73% | 0.77% | - |
| HSV(B) | 137.44º | 0.36% | 0.94% | - |
| XYZ | 52.04 | 71.72 | 53.22 | - |
| YUV | 206.33 | 112.01 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 178 | 0.36 | 0 | 0.26 | 0.06 | 137.44 | 0.73 | 0.77 |
| Hex | 99 | EF | B2 | 24 | 0 | 1A | 6 | 89 | 49 | 4D |
| Octal | 231 | 357 | 262 | 44 | 0 | 32 | 6 | 211 | 111 | 115 |
| Binary | 10011001 | 11101111 | 10110010 | 100100 | 0 | 11010 | 110 | 10001001 | 1001001 | 1001101 |
Color Harmonies of #99EFB2
Complementary color
Monochromatic Colors of #99EFB2
Black with #99EFB2
Text Example
Text Example
White with #99EFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EFB2; }
p { color: rgb(153,239,178); }
H1.HeaderClassName
{
color: #99EFB2;
}
.AnyTagClassName
{
color: #99EFB2;
}
</style>
background-color css
<style>
a { background-color: #99EFB2; }
a { background-color: rgb(153,239,178); }
div.DivClassName
{
background-color: #99EFB2;
}
.BgClassName
{
background-color: #99EFB2;
}
</style>
border-color css
<style>
span { border-color: #99EFB2; }
span { border-color: rgb(153,239,178); }
td.TdClassName
{
border-color: #99EFB2;
}
.TagClassName
{
border-color: #99EFB2;
}
</style>