Shades of Vista Blue #8AE6B8
Tints of Vista Blue #8AE6B8
RGB
CMYK
RGB Variations
Color information
#8AE6B8 (or 0x8AE6B8) is known color: Vista Blue. HEX triplet: 8A, E6 and B8. RGB value is (138,230,184). Sum of RGB (Red+Green+Blue) = 138+230+184=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #8AE6B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE6B8 is #751947. Grayscale: #C5C5C5. Windows color (decimal): -7674184 or 12117642. OLE color: 12117642.
HSL color Cylindrical-coordinate representation of color #8AE6B8: hue angle of 150º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE6B8 is Cyan = 0.4, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 230 | 184 | - |
| CMYK | 0.4 | 0 | 0.2 | 0.10 |
| HSL | 150º | 0.65% | 0.72% | - |
| HSV(B) | 150º | 0.4% | 0.9% | - |
| XYZ | 47.43 | 65.46 | 55.48 | - |
| YUV | 197.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 230 | 184 | 0.4 | 0 | 0.2 | 0.10 | 150 | 0.65 | 0.72 |
| Hex | 8A | E6 | B8 | 28 | 0 | 14 | A | 96 | 41 | 48 |
| Octal | 212 | 346 | 270 | 50 | 0 | 24 | 12 | 226 | 101 | 110 |
| Binary | 10001010 | 11100110 | 10111000 | 101000 | 0 | 10100 | 1010 | 10010110 | 1000001 | 1001000 |
Color Harmonies of #8AE6B8
Complementary color
Monochromatic Colors of #8AE6B8
Black with #8AE6B8
Text Example
Text Example
White with #8AE6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE6B8; }
p { color: rgb(138,230,184); }
H1.HeaderClassName
{
color: #8AE6B8;
}
.AnyTagClassName
{
color: #8AE6B8;
}
</style>
background-color css
<style>
a { background-color: #8AE6B8; }
a { background-color: rgb(138,230,184); }
div.DivClassName
{
background-color: #8AE6B8;
}
.BgClassName
{
background-color: #8AE6B8;
}
</style>
border-color css
<style>
span { border-color: #8AE6B8; }
span { border-color: rgb(138,230,184); }
td.TdClassName
{
border-color: #8AE6B8;
}
.TagClassName
{
border-color: #8AE6B8;
}
</style>