Shades of Vista Blue #8AF2B4
Tints of Vista Blue #8AF2B4
RGB
CMYK
RGB Variations
Color information
#8AF2B4 (or 0x8AF2B4) is known color: Vista Blue. HEX triplet: 8A, F2 and B4. RGB value is (138,242,180). Sum of RGB (Red+Green+Blue) = 138+242+180=560 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.64% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF2B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF2B4 is #750D4B. Grayscale: #CBCBCB. Windows color (decimal): -7671116 or 11858570. OLE color: 11858570.
HSL color Cylindrical-coordinate representation of color #8AF2B4: hue angle of 144.23º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF2B4 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 180 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.05 |
| HSL | 144.23º | 0.8% | 0.75% | - |
| HSV(B) | 144.23º | 0.43% | 0.95% | - |
| XYZ | 50.47 | 72.2 | 54.46 | - |
| YUV | 203.84 | 114.54 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 180 | 0.43 | 0 | 0.26 | 0.05 | 144.23 | 0.8 | 0.75 |
| Hex | 8A | F2 | B4 | 2B | 0 | 1A | 5 | 90 | 50 | 4B |
| Octal | 212 | 362 | 264 | 53 | 0 | 32 | 5 | 220 | 120 | 113 |
| Binary | 10001010 | 11110010 | 10110100 | 101011 | 0 | 11010 | 101 | 10010000 | 1010000 | 1001011 |
Color Harmonies of #8AF2B4
Complementary color
Monochromatic Colors of #8AF2B4
Black with #8AF2B4
Text Example
Text Example
White with #8AF2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF2B4; }
p { color: rgb(138,242,180); }
H1.HeaderClassName
{
color: #8AF2B4;
}
.AnyTagClassName
{
color: #8AF2B4;
}
</style>
background-color css
<style>
a { background-color: #8AF2B4; }
a { background-color: rgb(138,242,180); }
div.DivClassName
{
background-color: #8AF2B4;
}
.BgClassName
{
background-color: #8AF2B4;
}
</style>
border-color css
<style>
span { border-color: #8AF2B4; }
span { border-color: rgb(138,242,180); }
td.TdClassName
{
border-color: #8AF2B4;
}
.TagClassName
{
border-color: #8AF2B4;
}
</style>