Shades of Vista Blue #8AEDBC
Tints of Vista Blue #8AEDBC
RGB
CMYK
RGB Variations
Color information
#8AEDBC (or 0x8AEDBC) is known color: Vista Blue. HEX triplet: 8A, ED and BC. RGB value is (138,237,188). Sum of RGB (Red+Green+Blue) = 138+237+188=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEDBC is #751243. Grayscale: #C9C9C9. Windows color (decimal): -7672388 or 12381578. OLE color: 12381578.
HSL color Cylindrical-coordinate representation of color #8AEDBC: hue angle of 150.3º 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 #8AEDBC is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 237 | 188 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.07 |
| HSL | 150.3º | 0.73% | 0.74% | - |
| HSV(B) | 150.3º | 0.42% | 0.93% | - |
| XYZ | 49.84 | 69.6 | 58.38 | - |
| YUV | 201.81 | 120.2 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 237 | 188 | 0.42 | 0 | 0.21 | 0.07 | 150.3 | 0.73 | 0.74 |
| Hex | 8A | ED | BC | 2A | 0 | 15 | 7 | 96 | 49 | 4A |
| Octal | 212 | 355 | 274 | 52 | 0 | 25 | 7 | 226 | 111 | 112 |
| Binary | 10001010 | 11101101 | 10111100 | 101010 | 0 | 10101 | 111 | 10010110 | 1001001 | 1001010 |
Color Harmonies of #8AEDBC
Complementary color
Monochromatic Colors of #8AEDBC
Black with #8AEDBC
Text Example
Text Example
White with #8AEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEDBC; }
p { color: rgb(138,237,188); }
H1.HeaderClassName
{
color: #8AEDBC;
}
.AnyTagClassName
{
color: #8AEDBC;
}
</style>
background-color css
<style>
a { background-color: #8AEDBC; }
a { background-color: rgb(138,237,188); }
div.DivClassName
{
background-color: #8AEDBC;
}
.BgClassName
{
background-color: #8AEDBC;
}
</style>
border-color css
<style>
span { border-color: #8AEDBC; }
span { border-color: rgb(138,237,188); }
td.TdClassName
{
border-color: #8AEDBC;
}
.TagClassName
{
border-color: #8AEDBC;
}
</style>