Shades of Vista Blue #8AEDB2
Tints of Vista Blue #8AEDB2
RGB
CMYK
RGB Variations
Color information
#8AEDB2 (or 0x8AEDB2) is known color: Vista Blue. HEX triplet: 8A, ED and B2. RGB value is (138,237,178). Sum of RGB (Red+Green+Blue) = 138+237+178=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEDB2 is #75124D. Grayscale: #C8C8C8. Windows color (decimal): -7672398 or 11726218. OLE color: 11726218.
HSL color Cylindrical-coordinate representation of color #8AEDB2: hue angle of 144.24º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEDB2 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 237 | 178 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.07 |
| HSL | 144.24º | 0.73% | 0.74% | - |
| HSV(B) | 144.24º | 0.42% | 0.93% | - |
| XYZ | 48.8 | 69.19 | 52.9 | - |
| YUV | 200.67 | 115.2 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 237 | 178 | 0.42 | 0 | 0.25 | 0.07 | 144.24 | 0.73 | 0.74 |
| Hex | 8A | ED | B2 | 2A | 0 | 19 | 7 | 90 | 49 | 4A |
| Octal | 212 | 355 | 262 | 52 | 0 | 31 | 7 | 220 | 111 | 112 |
| Binary | 10001010 | 11101101 | 10110010 | 101010 | 0 | 11001 | 111 | 10010000 | 1001001 | 1001010 |
Color Harmonies of #8AEDB2
Complementary color
Monochromatic Colors of #8AEDB2
Black with #8AEDB2
Text Example
Text Example
White with #8AEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEDB2; }
p { color: rgb(138,237,178); }
H1.HeaderClassName
{
color: #8AEDB2;
}
.AnyTagClassName
{
color: #8AEDB2;
}
</style>
background-color css
<style>
a { background-color: #8AEDB2; }
a { background-color: rgb(138,237,178); }
div.DivClassName
{
background-color: #8AEDB2;
}
.BgClassName
{
background-color: #8AEDB2;
}
</style>
border-color css
<style>
span { border-color: #8AEDB2; }
span { border-color: rgb(138,237,178); }
td.TdClassName
{
border-color: #8AEDB2;
}
.TagClassName
{
border-color: #8AEDB2;
}
</style>