Shades of Vista Blue #90DFB6
Tints of Vista Blue #90DFB6
RGB
CMYK
RGB Variations
Color information
#90DFB6 (or 0x90DFB6) is known color: Vista Blue. HEX triplet: 90, DF and B6. RGB value is (144,223,182). Sum of RGB (Red+Green+Blue) = 144+223+182=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DFB6 is #6F2049. Grayscale: #C2C2C2. Windows color (decimal): -7282762 or 11984784. OLE color: 11984784.
HSL color Cylindrical-coordinate representation of color #90DFB6: hue angle of 148.86º 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 #90DFB6 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 182 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.13 |
| HSL | 148.86º | 0.55% | 0.72% | - |
| HSV(B) | 148.86º | 0.35% | 0.87% | - |
| XYZ | 46.33 | 62.08 | 53.8 | - |
| YUV | 194.71 | 120.83 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 182 | 0.35 | 0 | 0.18 | 0.13 | 148.86 | 0.55 | 0.72 |
| Hex | 90 | DF | B6 | 23 | 0 | 12 | D | 95 | 37 | 48 |
| Octal | 220 | 337 | 266 | 43 | 0 | 22 | 15 | 225 | 67 | 110 |
| Binary | 10010000 | 11011111 | 10110110 | 100011 | 0 | 10010 | 1101 | 10010101 | 110111 | 1001000 |
Color Harmonies of #90DFB6
Complementary color
Monochromatic Colors of #90DFB6
Black with #90DFB6
Text Example
Text Example
White with #90DFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFB6; }
p { color: rgb(144,223,182); }
H1.HeaderClassName
{
color: #90DFB6;
}
.AnyTagClassName
{
color: #90DFB6;
}
</style>
background-color css
<style>
a { background-color: #90DFB6; }
a { background-color: rgb(144,223,182); }
div.DivClassName
{
background-color: #90DFB6;
}
.BgClassName
{
background-color: #90DFB6;
}
</style>
border-color css
<style>
span { border-color: #90DFB6; }
span { border-color: rgb(144,223,182); }
td.TdClassName
{
border-color: #90DFB6;
}
.TagClassName
{
border-color: #90DFB6;
}
</style>