Shades of Vista Blue #90CFB6
Tints of Vista Blue #90CFB6
RGB
CMYK
RGB Variations
Color information
#90CFB6 (or 0x90CFB6) is known color: Vista Blue. HEX triplet: 90, CF and B6. RGB value is (144,207,182). Sum of RGB (Red+Green+Blue) = 144+207+182=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 207 - color contains mainly: green. Hex color #90CFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CFB6 is #6F3049. Grayscale: #B9B9B9. Windows color (decimal): -7286858 or 11980688. OLE color: 11980688.
HSL color Cylindrical-coordinate representation of color #90CFB6: hue angle of 156.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CFB6 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 182 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.19 |
| HSL | 156.19º | 0.4% | 0.69% | - |
| HSV(B) | 156.19º | 0.3% | 0.81% | - |
| XYZ | 42.26 | 53.93 | 52.44 | - |
| YUV | 185.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 182 | 0.30 | 0 | 0.12 | 0.19 | 156.19 | 0.4 | 0.69 |
| Hex | 90 | CF | B6 | 1E | 0 | C | 13 | 9C | 28 | 45 |
| Octal | 220 | 317 | 266 | 36 | 0 | 14 | 23 | 234 | 50 | 105 |
| Binary | 10010000 | 11001111 | 10110110 | 11110 | 0 | 1100 | 10011 | 10011100 | 101000 | 1000101 |
Color Harmonies of #90CFB6
Complementary color
Monochromatic Colors of #90CFB6
Black with #90CFB6
Text Example
Text Example
White with #90CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFB6; }
p { color: rgb(144,207,182); }
H1.HeaderClassName
{
color: #90CFB6;
}
.AnyTagClassName
{
color: #90CFB6;
}
</style>
background-color css
<style>
a { background-color: #90CFB6; }
a { background-color: rgb(144,207,182); }
div.DivClassName
{
background-color: #90CFB6;
}
.BgClassName
{
background-color: #90CFB6;
}
</style>
border-color css
<style>
span { border-color: #90CFB6; }
span { border-color: rgb(144,207,182); }
td.TdClassName
{
border-color: #90CFB6;
}
.TagClassName
{
border-color: #90CFB6;
}
</style>