Shades of Vista Blue #8AD0B3
Tints of Vista Blue #8AD0B3
RGB
CMYK
RGB Variations
Color information
#8AD0B3 (or 0x8AD0B3) is known color: Vista Blue. HEX triplet: 8A, D0 and B3. RGB value is (138,208,179). Sum of RGB (Red+Green+Blue) = 138+208+179=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD0B3 is #752F4C. Grayscale: #B7B7B7. Windows color (decimal): -7679821 or 11784330. OLE color: 11784330.
HSL color Cylindrical-coordinate representation of color #8AD0B3: hue angle of 155.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD0B3 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 179 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.18 |
| HSL | 155.14º | 0.43% | 0.68% | - |
| HSV(B) | 155.14º | 0.34% | 0.82% | - |
| XYZ | 41.17 | 53.77 | 50.86 | - |
| YUV | 183.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 179 | 0.34 | 0 | 0.14 | 0.18 | 155.14 | 0.43 | 0.68 |
| Hex | 8A | D0 | B3 | 22 | 0 | E | 12 | 9B | 2B | 44 |
| Octal | 212 | 320 | 263 | 42 | 0 | 16 | 22 | 233 | 53 | 104 |
| Binary | 10001010 | 11010000 | 10110011 | 100010 | 0 | 1110 | 10010 | 10011011 | 101011 | 1000100 |
Color Harmonies of #8AD0B3
Complementary color
Monochromatic Colors of #8AD0B3
Black with #8AD0B3
Text Example
Text Example
White with #8AD0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD0B3; }
p { color: rgb(138,208,179); }
H1.HeaderClassName
{
color: #8AD0B3;
}
.AnyTagClassName
{
color: #8AD0B3;
}
</style>
background-color css
<style>
a { background-color: #8AD0B3; }
a { background-color: rgb(138,208,179); }
div.DivClassName
{
background-color: #8AD0B3;
}
.BgClassName
{
background-color: #8AD0B3;
}
</style>
border-color css
<style>
span { border-color: #8AD0B3; }
span { border-color: rgb(138,208,179); }
td.TdClassName
{
border-color: #8AD0B3;
}
.TagClassName
{
border-color: #8AD0B3;
}
</style>