Shades of Vista Blue #8AEEBD
Tints of Vista Blue #8AEEBD
RGB
CMYK
RGB Variations
Color information
#8AEEBD (or 0x8AEEBD) is known color: Vista Blue. HEX triplet: 8A, EE and BD. RGB value is (138,238,189). Sum of RGB (Red+Green+Blue) = 138+238+189=565 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.42% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEEBD is #751142. Grayscale: #CACACA. Windows color (decimal): -7672131 or 12447370. OLE color: 12447370.
HSL color Cylindrical-coordinate representation of color #8AEEBD: hue angle of 150.6º degrees, saturation: 0.75, 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 #8AEEBD is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 238 | 189 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.07 |
| HSL | 150.6º | 0.75% | 0.74% | - |
| HSV(B) | 150.6º | 0.42% | 0.93% | - |
| XYZ | 50.24 | 70.23 | 59.05 | - |
| YUV | 202.51 | 120.37 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 238 | 189 | 0.42 | 0 | 0.21 | 0.07 | 150.6 | 0.75 | 0.74 |
| Hex | 8A | EE | BD | 2A | 0 | 15 | 7 | 97 | 4B | 4A |
| Octal | 212 | 356 | 275 | 52 | 0 | 25 | 7 | 227 | 113 | 112 |
| Binary | 10001010 | 11101110 | 10111101 | 101010 | 0 | 10101 | 111 | 10010111 | 1001011 | 1001010 |
Color Harmonies of #8AEEBD
Complementary color
Monochromatic Colors of #8AEEBD
Black with #8AEEBD
Text Example
Text Example
White with #8AEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEEBD; }
p { color: rgb(138,238,189); }
H1.HeaderClassName
{
color: #8AEEBD;
}
.AnyTagClassName
{
color: #8AEEBD;
}
</style>
background-color css
<style>
a { background-color: #8AEEBD; }
a { background-color: rgb(138,238,189); }
div.DivClassName
{
background-color: #8AEEBD;
}
.BgClassName
{
background-color: #8AEEBD;
}
</style>
border-color css
<style>
span { border-color: #8AEEBD; }
span { border-color: rgb(138,238,189); }
td.TdClassName
{
border-color: #8AEEBD;
}
.TagClassName
{
border-color: #8AEEBD;
}
</style>