Shades of Vista Blue #90DFB7
Tints of Vista Blue #90DFB7
RGB
CMYK
RGB Variations
Color information
#90DFB7 (or 0x90DFB7) is known color: Vista Blue. HEX triplet: 90, DF and B7. RGB value is (144,223,183). Sum of RGB (Red+Green+Blue) = 144+223+183=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DFB7 is #6F2048. Grayscale: #C2C2C2. Windows color (decimal): -7282761 or 12050320. OLE color: 12050320.
HSL color Cylindrical-coordinate representation of color #90DFB7: hue angle of 149.62º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DFB7 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 183 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.13 |
| HSL | 149.62º | 0.55% | 0.72% | - |
| HSV(B) | 149.62º | 0.35% | 0.87% | - |
| XYZ | 46.44 | 62.12 | 54.34 | - |
| YUV | 194.82 | 121.33 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 183 | 0.35 | 0 | 0.18 | 0.13 | 149.62 | 0.55 | 0.72 |
| Hex | 90 | DF | B7 | 23 | 0 | 12 | D | 96 | 37 | 48 |
| Octal | 220 | 337 | 267 | 43 | 0 | 22 | 15 | 226 | 67 | 110 |
| Binary | 10010000 | 11011111 | 10110111 | 100011 | 0 | 10010 | 1101 | 10010110 | 110111 | 1001000 |
Color Harmonies of #90DFB7
Complementary color
Monochromatic Colors of #90DFB7
Black with #90DFB7
Text Example
Text Example
White with #90DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFB7; }
p { color: rgb(144,223,183); }
H1.HeaderClassName
{
color: #90DFB7;
}
.AnyTagClassName
{
color: #90DFB7;
}
</style>
background-color css
<style>
a { background-color: #90DFB7; }
a { background-color: rgb(144,223,183); }
div.DivClassName
{
background-color: #90DFB7;
}
.BgClassName
{
background-color: #90DFB7;
}
</style>
border-color css
<style>
span { border-color: #90DFB7; }
span { border-color: rgb(144,223,183); }
td.TdClassName
{
border-color: #90DFB7;
}
.TagClassName
{
border-color: #90DFB7;
}
</style>