Shades of Vista Blue #90D6B7
Tints of Vista Blue #90D6B7
RGB
CMYK
RGB Variations
Color information
#90D6B7 (or 0x90D6B7) is known color: Vista Blue. HEX triplet: 90, D6 and B7. RGB value is (144,214,183). Sum of RGB (Red+Green+Blue) = 144+214+183=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #90D6B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D6B7 is #6F2948. Grayscale: #BDBDBD. Windows color (decimal): -7285065 or 12048016. OLE color: 12048016.
HSL color Cylindrical-coordinate representation of color #90D6B7: hue angle of 153.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D6B7 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 214 | 183 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.16 |
| HSL | 153.43º | 0.46% | 0.7% | - |
| HSV(B) | 153.43º | 0.33% | 0.84% | - |
| XYZ | 44.1 | 57.44 | 53.56 | - |
| YUV | 189.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 183 | 0.33 | 0 | 0.14 | 0.16 | 153.43 | 0.46 | 0.7 |
| Hex | 90 | D6 | B7 | 21 | 0 | E | 10 | 99 | 2E | 46 |
| Octal | 220 | 326 | 267 | 41 | 0 | 16 | 20 | 231 | 56 | 106 |
| Binary | 10010000 | 11010110 | 10110111 | 100001 | 0 | 1110 | 10000 | 10011001 | 101110 | 1000110 |
Color Harmonies of #90D6B7
Complementary color
Monochromatic Colors of #90D6B7
Black with #90D6B7
Text Example
Text Example
White with #90D6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D6B7; }
p { color: rgb(144,214,183); }
H1.HeaderClassName
{
color: #90D6B7;
}
.AnyTagClassName
{
color: #90D6B7;
}
</style>
background-color css
<style>
a { background-color: #90D6B7; }
a { background-color: rgb(144,214,183); }
div.DivClassName
{
background-color: #90D6B7;
}
.BgClassName
{
background-color: #90D6B7;
}
</style>
border-color css
<style>
span { border-color: #90D6B7; }
span { border-color: rgb(144,214,183); }
td.TdClassName
{
border-color: #90D6B7;
}
.TagClassName
{
border-color: #90D6B7;
}
</style>