Shades of Vista Blue #9ADFC1
Tints of Vista Blue #9ADFC1
RGB
CMYK
RGB Variations
Color information
#9ADFC1 (or 0x9ADFC1) is known color: Vista Blue. HEX triplet: 9A, DF and C1. RGB value is (154,223,193). Sum of RGB (Red+Green+Blue) = 154+223+193=570 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.02% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADFC1 is #65203E. Grayscale: #C6C6C6. Windows color (decimal): -6627391 or 12705690. OLE color: 12705690.
HSL color Cylindrical-coordinate representation of color #9ADFC1: hue angle of 153.91º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADFC1 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 223 | 193 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.13 |
| HSL | 153.91º | 0.52% | 0.74% | - |
| HSV(B) | 153.91º | 0.31% | 0.87% | - |
| XYZ | 49.34 | 63.5 | 60.11 | - |
| YUV | 198.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 193 | 0.31 | 0 | 0.13 | 0.13 | 153.91 | 0.52 | 0.74 |
| Hex | 9A | DF | C1 | 1F | 0 | D | D | 9A | 34 | 4A |
| Octal | 232 | 337 | 301 | 37 | 0 | 15 | 15 | 232 | 64 | 112 |
| Binary | 10011010 | 11011111 | 11000001 | 11111 | 0 | 1101 | 1101 | 10011010 | 110100 | 1001010 |
Color Harmonies of #9ADFC1
Complementary color
Monochromatic Colors of #9ADFC1
Black with #9ADFC1
Text Example
Text Example
White with #9ADFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADFC1; }
p { color: rgb(154,223,193); }
H1.HeaderClassName
{
color: #9ADFC1;
}
.AnyTagClassName
{
color: #9ADFC1;
}
</style>
background-color css
<style>
a { background-color: #9ADFC1; }
a { background-color: rgb(154,223,193); }
div.DivClassName
{
background-color: #9ADFC1;
}
.BgClassName
{
background-color: #9ADFC1;
}
</style>
border-color css
<style>
span { border-color: #9ADFC1; }
span { border-color: rgb(154,223,193); }
td.TdClassName
{
border-color: #9ADFC1;
}
.TagClassName
{
border-color: #9ADFC1;
}
</style>