Shades of Vista Blue #A8DDBD
Tints of Vista Blue #A8DDBD
RGB
CMYK
RGB Variations
Color information
#A8DDBD (or 0xA8DDBD) is known color: Vista Blue. HEX triplet: A8, DD and BD. RGB value is (168,221,189). Sum of RGB (Red+Green+Blue) = 168+221+189=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DDBD is #572242. Grayscale: #C9C9C9. Windows color (decimal): -5710403 or 12443048. OLE color: 12443048.
HSL color Cylindrical-coordinate representation of color #A8DDBD: hue angle of 143.77º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DDBD is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 168 | 221 | 189 | - |
CMYK | 0.24 | 0 | 0.14 | 0.13 |
HSL | 143.77º | 0.44% | 0.76% | - |
HSV(B) | 143.77º | 0.24% | 0.87% | - |
XYZ | 51.19 | 63.71 | 57.74 | - |
YUV | 201.51 | 120.94 | 104.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 221 | 189 | 0.24 | 0 | 0.14 | 0.13 | 143.77 | 0.44 | 0.76 |
Hex | A8 | DD | BD | 18 | 0 | E | D | 90 | 2C | 4C |
Octal | 250 | 335 | 275 | 30 | 0 | 16 | 15 | 220 | 54 | 114 |
Binary | 10101000 | 11011101 | 10111101 | 11000 | 0 | 1110 | 1101 | 10010000 | 101100 | 1001100 |
Color Harmonies of #A8DDBD
Complementary color
Monochromatic Colors of #A8DDBD
Black with #A8DDBD
Text Example
Text Example
White with #A8DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDBD; }
p { color: rgb(168,221,189); }
H1.HeaderClassName
{
color: #A8DDBD;
}
.AnyTagClassName
{
color: #A8DDBD;
}
</style>
background-color css
<style>
a { background-color: #A8DDBD; }
a { background-color: rgb(168,221,189); }
div.DivClassName
{
background-color: #A8DDBD;
}
.BgClassName
{
background-color: #A8DDBD;
}
</style>
border-color css
<style>
span { border-color: #A8DDBD; }
span { border-color: rgb(168,221,189); }
td.TdClassName
{
border-color: #A8DDBD;
}
.TagClassName
{
border-color: #A8DDBD;
}
</style>