Shades of Vista Blue #8AFAB5
Tints of Vista Blue #8AFAB5
RGB
CMYK
RGB Variations
Color information
#8AFAB5 (or 0x8AFAB5) is known color: Vista Blue. HEX triplet: 8A, FA and B5. RGB value is (138,250,181). Sum of RGB (Red+Green+Blue) = 138+250+181=569 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.25% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFAB5 is #75054A. Grayscale: #D0D0D0. Windows color (decimal): -7669067 or 11926154. OLE color: 11926154.
HSL color Cylindrical-coordinate representation of color #8AFAB5: hue angle of 143.04º 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 #8AFAB5 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 250 | 181 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.02 |
| HSL | 143.04º | 0.92% | 0.76% | - |
| HSV(B) | 143.04º | 0.45% | 0.98% | - |
| XYZ | 53.01 | 77.11 | 55.81 | - |
| YUV | 208.65 | 112.39 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 250 | 181 | 0.45 | 0 | 0.28 | 0.02 | 143.04 | 0.92 | 0.76 |
| Hex | 8A | FA | B5 | 2D | 0 | 1C | 2 | 8F | 5C | 4C |
| Octal | 212 | 372 | 265 | 55 | 0 | 34 | 2 | 217 | 134 | 114 |
| Binary | 10001010 | 11111010 | 10110101 | 101101 | 0 | 11100 | 10 | 10001111 | 1011100 | 1001100 |
Color Harmonies of #8AFAB5
Complementary color
Monochromatic Colors of #8AFAB5
Black with #8AFAB5
Text Example
Text Example
White with #8AFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFAB5; }
p { color: rgb(138,250,181); }
H1.HeaderClassName
{
color: #8AFAB5;
}
.AnyTagClassName
{
color: #8AFAB5;
}
</style>
background-color css
<style>
a { background-color: #8AFAB5; }
a { background-color: rgb(138,250,181); }
div.DivClassName
{
background-color: #8AFAB5;
}
.BgClassName
{
background-color: #8AFAB5;
}
</style>
border-color css
<style>
span { border-color: #8AFAB5; }
span { border-color: rgb(138,250,181); }
td.TdClassName
{
border-color: #8AFAB5;
}
.TagClassName
{
border-color: #8AFAB5;
}
</style>