Shades of Vista Blue #8AFAB3
Tints of Vista Blue #8AFAB3
RGB
CMYK
RGB Variations
Color information
#8AFAB3 (or 0x8AFAB3) is known color: Vista Blue. HEX triplet: 8A, FA and B3. RGB value is (138,250,179). Sum of RGB (Red+Green+Blue) = 138+250+179=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFAB3 is #75054C. Grayscale: #D0D0D0. Windows color (decimal): -7669069 or 11795082. OLE color: 11795082.
HSL color Cylindrical-coordinate representation of color #8AFAB3: hue angle of 141.96º 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 #8AFAB3 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 250 | 179 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.02 |
| HSL | 141.96º | 0.92% | 0.76% | - |
| HSV(B) | 141.96º | 0.45% | 0.98% | - |
| XYZ | 52.8 | 77.03 | 54.73 | - |
| YUV | 208.42 | 111.39 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 250 | 179 | 0.45 | 0 | 0.28 | 0.02 | 141.96 | 0.92 | 0.76 |
| Hex | 8A | FA | B3 | 2D | 0 | 1C | 2 | 8E | 5C | 4C |
| Octal | 212 | 372 | 263 | 55 | 0 | 34 | 2 | 216 | 134 | 114 |
| Binary | 10001010 | 11111010 | 10110011 | 101101 | 0 | 11100 | 10 | 10001110 | 1011100 | 1001100 |
Color Harmonies of #8AFAB3
Complementary color
Monochromatic Colors of #8AFAB3
Black with #8AFAB3
Text Example
Text Example
White with #8AFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFAB3; }
p { color: rgb(138,250,179); }
H1.HeaderClassName
{
color: #8AFAB3;
}
.AnyTagClassName
{
color: #8AFAB3;
}
</style>
background-color css
<style>
a { background-color: #8AFAB3; }
a { background-color: rgb(138,250,179); }
div.DivClassName
{
background-color: #8AFAB3;
}
.BgClassName
{
background-color: #8AFAB3;
}
</style>
border-color css
<style>
span { border-color: #8AFAB3; }
span { border-color: rgb(138,250,179); }
td.TdClassName
{
border-color: #8AFAB3;
}
.TagClassName
{
border-color: #8AFAB3;
}
</style>