Shades of Vista Blue #90DFB2
Tints of Vista Blue #90DFB2
RGB
CMYK
RGB Variations
Color information
#90DFB2 (or 0x90DFB2) is known color: Vista Blue. HEX triplet: 90, DF and B2. RGB value is (144,223,178). Sum of RGB (Red+Green+Blue) = 144+223+178=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DFB2 is #6F204D. Grayscale: #C2C2C2. Windows color (decimal): -7282766 or 11722640. OLE color: 11722640.
HSL color Cylindrical-coordinate representation of color #90DFB2: hue angle of 145.82º 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 #90DFB2 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 178 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.13 |
| HSL | 145.82º | 0.55% | 0.72% | - |
| HSV(B) | 145.82º | 0.35% | 0.87% | - |
| XYZ | 45.93 | 61.92 | 51.65 | - |
| YUV | 194.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 178 | 0.35 | 0 | 0.20 | 0.13 | 145.82 | 0.55 | 0.72 |
| Hex | 90 | DF | B2 | 23 | 0 | 14 | D | 92 | 37 | 48 |
| Octal | 220 | 337 | 262 | 43 | 0 | 24 | 15 | 222 | 67 | 110 |
| Binary | 10010000 | 11011111 | 10110010 | 100011 | 0 | 10100 | 1101 | 10010010 | 110111 | 1001000 |
Color Harmonies of #90DFB2
Complementary color
Monochromatic Colors of #90DFB2
Black with #90DFB2
Text Example
Text Example
White with #90DFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFB2; }
p { color: rgb(144,223,178); }
H1.HeaderClassName
{
color: #90DFB2;
}
.AnyTagClassName
{
color: #90DFB2;
}
</style>
background-color css
<style>
a { background-color: #90DFB2; }
a { background-color: rgb(144,223,178); }
div.DivClassName
{
background-color: #90DFB2;
}
.BgClassName
{
background-color: #90DFB2;
}
</style>
border-color css
<style>
span { border-color: #90DFB2; }
span { border-color: rgb(144,223,178); }
td.TdClassName
{
border-color: #90DFB2;
}
.TagClassName
{
border-color: #90DFB2;
}
</style>