Shades of Vista Blue #90DFB3
Tints of Vista Blue #90DFB3
RGB
CMYK
RGB Variations
Color information
#90DFB3 (or 0x90DFB3) is known color: Vista Blue. HEX triplet: 90, DF and B3. RGB value is (144,223,179). Sum of RGB (Red+Green+Blue) = 144+223+179=546 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.37% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DFB3 is #6F204C. Grayscale: #C2C2C2. Windows color (decimal): -7282765 or 11788176. OLE color: 11788176.
HSL color Cylindrical-coordinate representation of color #90DFB3: hue angle of 146.58º 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 #90DFB3 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 179 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.13 |
| HSL | 146.58º | 0.55% | 0.72% | - |
| HSV(B) | 146.58º | 0.35% | 0.87% | - |
| XYZ | 46.03 | 61.96 | 52.18 | - |
| YUV | 194.36 | 119.33 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 179 | 0.35 | 0 | 0.20 | 0.13 | 146.58 | 0.55 | 0.72 |
| Hex | 90 | DF | B3 | 23 | 0 | 14 | D | 93 | 37 | 48 |
| Octal | 220 | 337 | 263 | 43 | 0 | 24 | 15 | 223 | 67 | 110 |
| Binary | 10010000 | 11011111 | 10110011 | 100011 | 0 | 10100 | 1101 | 10010011 | 110111 | 1001000 |
Color Harmonies of #90DFB3
Complementary color
Monochromatic Colors of #90DFB3
Black with #90DFB3
Text Example
Text Example
White with #90DFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFB3; }
p { color: rgb(144,223,179); }
H1.HeaderClassName
{
color: #90DFB3;
}
.AnyTagClassName
{
color: #90DFB3;
}
</style>
background-color css
<style>
a { background-color: #90DFB3; }
a { background-color: rgb(144,223,179); }
div.DivClassName
{
background-color: #90DFB3;
}
.BgClassName
{
background-color: #90DFB3;
}
</style>
border-color css
<style>
span { border-color: #90DFB3; }
span { border-color: rgb(144,223,179); }
td.TdClassName
{
border-color: #90DFB3;
}
.TagClassName
{
border-color: #90DFB3;
}
</style>