Shades of Vista Blue #96EEB1
Tints of Vista Blue #96EEB1
RGB
CMYK
RGB Variations
Color information
#96EEB1 (or 0x96EEB1) is known color: Vista Blue. HEX triplet: 96, EE and B1. RGB value is (150,238,177). Sum of RGB (Red+Green+Blue) = 150+238+177=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EEB1 is #69114E. Grayscale: #CCCCCC. Windows color (decimal): -6885711 or 11660950. OLE color: 11660950.
HSL color Cylindrical-coordinate representation of color #96EEB1: hue angle of 138.41º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EEB1 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 177 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.07 |
| HSL | 138.41º | 0.72% | 0.76% | - |
| HSV(B) | 138.41º | 0.37% | 0.93% | - |
| XYZ | 51.09 | 70.81 | 52.57 | - |
| YUV | 204.73 | 112.35 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 177 | 0.37 | 0 | 0.26 | 0.07 | 138.41 | 0.72 | 0.76 |
| Hex | 96 | EE | B1 | 25 | 0 | 1A | 7 | 8A | 48 | 4C |
| Octal | 226 | 356 | 261 | 45 | 0 | 32 | 7 | 212 | 110 | 114 |
| Binary | 10010110 | 11101110 | 10110001 | 100101 | 0 | 11010 | 111 | 10001010 | 1001000 | 1001100 |
Color Harmonies of #96EEB1
Complementary color
Monochromatic Colors of #96EEB1
Black with #96EEB1
Text Example
Text Example
White with #96EEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EEB1; }
p { color: rgb(150,238,177); }
H1.HeaderClassName
{
color: #96EEB1;
}
.AnyTagClassName
{
color: #96EEB1;
}
</style>
background-color css
<style>
a { background-color: #96EEB1; }
a { background-color: rgb(150,238,177); }
div.DivClassName
{
background-color: #96EEB1;
}
.BgClassName
{
background-color: #96EEB1;
}
</style>
border-color css
<style>
span { border-color: #96EEB1; }
span { border-color: rgb(150,238,177); }
td.TdClassName
{
border-color: #96EEB1;
}
.TagClassName
{
border-color: #96EEB1;
}
</style>