Shades of Vista Blue #8AFAB2
Tints of Vista Blue #8AFAB2
RGB
CMYK
RGB Variations
Color information
#8AFAB2 (or 0x8AFAB2) is known color: Vista Blue. HEX triplet: 8A, FA and B2. RGB value is (138,250,178). Sum of RGB (Red+Green+Blue) = 138+250+178=566 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.38% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFAB2 is #75054D. Grayscale: #D0D0D0. Windows color (decimal): -7669070 or 11729546. OLE color: 11729546.
HSL color Cylindrical-coordinate representation of color #8AFAB2: hue angle of 141.43º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFAB2 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 250 | 178 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.02 |
| HSL | 141.43º | 0.92% | 0.76% | - |
| HSV(B) | 141.43º | 0.45% | 0.98% | - |
| XYZ | 52.7 | 76.99 | 54.2 | - |
| YUV | 208.3 | 110.89 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 250 | 178 | 0.45 | 0 | 0.29 | 0.02 | 141.43 | 0.92 | 0.76 |
| Hex | 8A | FA | B2 | 2D | 0 | 1D | 2 | 8D | 5C | 4C |
| Octal | 212 | 372 | 262 | 55 | 0 | 35 | 2 | 215 | 134 | 114 |
| Binary | 10001010 | 11111010 | 10110010 | 101101 | 0 | 11101 | 10 | 10001101 | 1011100 | 1001100 |
Color Harmonies of #8AFAB2
Complementary color
Monochromatic Colors of #8AFAB2
Black with #8AFAB2
Text Example
Text Example
White with #8AFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFAB2; }
p { color: rgb(138,250,178); }
H1.HeaderClassName
{
color: #8AFAB2;
}
.AnyTagClassName
{
color: #8AFAB2;
}
</style>
background-color css
<style>
a { background-color: #8AFAB2; }
a { background-color: rgb(138,250,178); }
div.DivClassName
{
background-color: #8AFAB2;
}
.BgClassName
{
background-color: #8AFAB2;
}
</style>
border-color css
<style>
span { border-color: #8AFAB2; }
span { border-color: rgb(138,250,178); }
td.TdClassName
{
border-color: #8AFAB2;
}
.TagClassName
{
border-color: #8AFAB2;
}
</style>