Shades of Vista Blue #90D8B5
Tints of Vista Blue #90D8B5
RGB
CMYK
RGB Variations
Color information
#90D8B5 (or 0x90D8B5) is known color: Vista Blue. HEX triplet: 90, D8 and B5. RGB value is (144,216,181). Sum of RGB (Red+Green+Blue) = 144+216+181=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #90D8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D8B5 is #6F274A. Grayscale: #BEBEBE. Windows color (decimal): -7284555 or 11917456. OLE color: 11917456.
HSL color Cylindrical-coordinate representation of color #90D8B5: hue angle of 150.83º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D8B5 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 216 | 181 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.15 |
| HSL | 150.83º | 0.48% | 0.71% | - |
| HSV(B) | 150.83º | 0.33% | 0.85% | - |
| XYZ | 44.4 | 58.38 | 52.64 | - |
| YUV | 190.48 | 122.65 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 216 | 181 | 0.33 | 0 | 0.16 | 0.15 | 150.83 | 0.48 | 0.71 |
| Hex | 90 | D8 | B5 | 21 | 0 | 10 | F | 97 | 30 | 47 |
| Octal | 220 | 330 | 265 | 41 | 0 | 20 | 17 | 227 | 60 | 107 |
| Binary | 10010000 | 11011000 | 10110101 | 100001 | 0 | 10000 | 1111 | 10010111 | 110000 | 1000111 |
Color Harmonies of #90D8B5
Complementary color
Monochromatic Colors of #90D8B5
Black with #90D8B5
Text Example
Text Example
White with #90D8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D8B5; }
p { color: rgb(144,216,181); }
H1.HeaderClassName
{
color: #90D8B5;
}
.AnyTagClassName
{
color: #90D8B5;
}
</style>
background-color css
<style>
a { background-color: #90D8B5; }
a { background-color: rgb(144,216,181); }
div.DivClassName
{
background-color: #90D8B5;
}
.BgClassName
{
background-color: #90D8B5;
}
</style>
border-color css
<style>
span { border-color: #90D8B5; }
span { border-color: rgb(144,216,181); }
td.TdClassName
{
border-color: #90D8B5;
}
.TagClassName
{
border-color: #90D8B5;
}
</style>