Shades of Vista Blue #8ADDB3
Tints of Vista Blue #8ADDB3
RGB
CMYK
RGB Variations
Color information
#8ADDB3 (or 0x8ADDB3) is known color: Vista Blue. HEX triplet: 8A, DD and B3. RGB value is (138,221,179). Sum of RGB (Red+Green+Blue) = 138+221+179=538 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.65% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDB3 is #75224C. Grayscale: #BFBFBF. Windows color (decimal): -7676493 or 11787658. OLE color: 11787658.
HSL color Cylindrical-coordinate representation of color #8ADDB3: hue angle of 149.64º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDB3 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 179 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.13 |
| HSL | 149.64º | 0.55% | 0.7% | - |
| HSV(B) | 149.64º | 0.38% | 0.87% | - |
| XYZ | 44.47 | 60.37 | 51.96 | - |
| YUV | 191.4 | 121 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 179 | 0.38 | 0 | 0.19 | 0.13 | 149.64 | 0.55 | 0.7 |
| Hex | 8A | DD | B3 | 26 | 0 | 13 | D | 96 | 37 | 46 |
| Octal | 212 | 335 | 263 | 46 | 0 | 23 | 15 | 226 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10110011 | 100110 | 0 | 10011 | 1101 | 10010110 | 110111 | 1000110 |
Color Harmonies of #8ADDB3
Complementary color
Monochromatic Colors of #8ADDB3
Black with #8ADDB3
Text Example
Text Example
White with #8ADDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDB3; }
p { color: rgb(138,221,179); }
H1.HeaderClassName
{
color: #8ADDB3;
}
.AnyTagClassName
{
color: #8ADDB3;
}
</style>
background-color css
<style>
a { background-color: #8ADDB3; }
a { background-color: rgb(138,221,179); }
div.DivClassName
{
background-color: #8ADDB3;
}
.BgClassName
{
background-color: #8ADDB3;
}
</style>
border-color css
<style>
span { border-color: #8ADDB3; }
span { border-color: rgb(138,221,179); }
td.TdClassName
{
border-color: #8ADDB3;
}
.TagClassName
{
border-color: #8ADDB3;
}
</style>