Shades of Vista Blue #96EEB4
Tints of Vista Blue #96EEB4
RGB
CMYK
RGB Variations
Color information
#96EEB4 (or 0x96EEB4) is known color: Vista Blue. HEX triplet: 96, EE and B4. RGB value is (150,238,180). Sum of RGB (Red+Green+Blue) = 150+238+180=568 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.41% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EEB4 is #69114B. Grayscale: #CDCDCD. Windows color (decimal): -6885708 or 11857558. OLE color: 11857558.
HSL color Cylindrical-coordinate representation of color #96EEB4: hue angle of 140.45º 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 #96EEB4 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 180 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.07 |
| HSL | 140.45º | 0.72% | 0.76% | - |
| HSV(B) | 140.45º | 0.37% | 0.93% | - |
| XYZ | 51.39 | 70.93 | 54.16 | - |
| YUV | 205.08 | 113.85 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 180 | 0.37 | 0 | 0.24 | 0.07 | 140.45 | 0.72 | 0.76 |
| Hex | 96 | EE | B4 | 25 | 0 | 18 | 7 | 8C | 48 | 4C |
| Octal | 226 | 356 | 264 | 45 | 0 | 30 | 7 | 214 | 110 | 114 |
| Binary | 10010110 | 11101110 | 10110100 | 100101 | 0 | 11000 | 111 | 10001100 | 1001000 | 1001100 |
Color Harmonies of #96EEB4
Complementary color
Monochromatic Colors of #96EEB4
Black with #96EEB4
Text Example
Text Example
White with #96EEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EEB4; }
p { color: rgb(150,238,180); }
H1.HeaderClassName
{
color: #96EEB4;
}
.AnyTagClassName
{
color: #96EEB4;
}
</style>
background-color css
<style>
a { background-color: #96EEB4; }
a { background-color: rgb(150,238,180); }
div.DivClassName
{
background-color: #96EEB4;
}
.BgClassName
{
background-color: #96EEB4;
}
</style>
border-color css
<style>
span { border-color: #96EEB4; }
span { border-color: rgb(150,238,180); }
td.TdClassName
{
border-color: #96EEB4;
}
.TagClassName
{
border-color: #96EEB4;
}
</style>