Shades of Vista Blue #96EFB2
Tints of Vista Blue #96EFB2
RGB
CMYK
RGB Variations
Color information
#96EFB2 (or 0x96EFB2) is known color: Vista Blue. HEX triplet: 96, EF and B2. RGB value is (150,239,178). Sum of RGB (Red+Green+Blue) = 150+239+178=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EFB2 is #69104D. Grayscale: #CDCDCD. Windows color (decimal): -6885454 or 11726742. OLE color: 11726742.
HSL color Cylindrical-coordinate representation of color #96EFB2: hue angle of 138.88º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFB2 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 239 | 178 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.06 |
| HSL | 138.88º | 0.74% | 0.76% | - |
| HSV(B) | 138.88º | 0.37% | 0.94% | - |
| XYZ | 51.48 | 71.43 | 53.19 | - |
| YUV | 205.44 | 112.51 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 239 | 178 | 0.37 | 0 | 0.26 | 0.06 | 138.88 | 0.74 | 0.76 |
| Hex | 96 | EF | B2 | 25 | 0 | 1A | 6 | 8B | 4A | 4C |
| Octal | 226 | 357 | 262 | 45 | 0 | 32 | 6 | 213 | 112 | 114 |
| Binary | 10010110 | 11101111 | 10110010 | 100101 | 0 | 11010 | 110 | 10001011 | 1001010 | 1001100 |
Color Harmonies of #96EFB2
Complementary color
Monochromatic Colors of #96EFB2
Black with #96EFB2
Text Example
Text Example
White with #96EFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EFB2; }
p { color: rgb(150,239,178); }
H1.HeaderClassName
{
color: #96EFB2;
}
.AnyTagClassName
{
color: #96EFB2;
}
</style>
background-color css
<style>
a { background-color: #96EFB2; }
a { background-color: rgb(150,239,178); }
div.DivClassName
{
background-color: #96EFB2;
}
.BgClassName
{
background-color: #96EFB2;
}
</style>
border-color css
<style>
span { border-color: #96EFB2; }
span { border-color: rgb(150,239,178); }
td.TdClassName
{
border-color: #96EFB2;
}
.TagClassName
{
border-color: #96EFB2;
}
</style>