Shades of Vista Blue #8AD8B8
Tints of Vista Blue #8AD8B8
RGB
CMYK
RGB Variations
Color information
#8AD8B8 (or 0x8AD8B8) is known color: Vista Blue. HEX triplet: 8A, D8 and B8. RGB value is (138,216,184). Sum of RGB (Red+Green+Blue) = 138+216+184=538 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.65% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 184 (72.27% from 255 or 34.20% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD8B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD8B8 is #752747. Grayscale: #BDBDBD. Windows color (decimal): -7677768 or 12114058. OLE color: 12114058.
HSL color Cylindrical-coordinate representation of color #8AD8B8: hue angle of 155.38º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD8B8 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 216 | 184 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.15 |
| HSL | 155.38º | 0.5% | 0.69% | - |
| HSV(B) | 155.38º | 0.36% | 0.85% | - |
| XYZ | 43.69 | 57.98 | 54.24 | - |
| YUV | 189.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 216 | 184 | 0.36 | 0 | 0.15 | 0.15 | 155.38 | 0.5 | 0.69 |
| Hex | 8A | D8 | B8 | 24 | 0 | F | F | 9B | 32 | 45 |
| Octal | 212 | 330 | 270 | 44 | 0 | 17 | 17 | 233 | 62 | 105 |
| Binary | 10001010 | 11011000 | 10111000 | 100100 | 0 | 1111 | 1111 | 10011011 | 110010 | 1000101 |
Color Harmonies of #8AD8B8
Complementary color
Monochromatic Colors of #8AD8B8
Black with #8AD8B8
Text Example
Text Example
White with #8AD8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD8B8; }
p { color: rgb(138,216,184); }
H1.HeaderClassName
{
color: #8AD8B8;
}
.AnyTagClassName
{
color: #8AD8B8;
}
</style>
background-color css
<style>
a { background-color: #8AD8B8; }
a { background-color: rgb(138,216,184); }
div.DivClassName
{
background-color: #8AD8B8;
}
.BgClassName
{
background-color: #8AD8B8;
}
</style>
border-color css
<style>
span { border-color: #8AD8B8; }
span { border-color: rgb(138,216,184); }
td.TdClassName
{
border-color: #8AD8B8;
}
.TagClassName
{
border-color: #8AD8B8;
}
</style>