Shades of Vista Blue #8AEEBC
Tints of Vista Blue #8AEEBC
RGB
CMYK
RGB Variations
Color information
#8AEEBC (or 0x8AEEBC) is known color: Vista Blue. HEX triplet: 8A, EE and BC. RGB value is (138,238,188). Sum of RGB (Red+Green+Blue) = 138+238+188=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEEBC is #751143. Grayscale: #CACACA. Windows color (decimal): -7672132 or 12381834. OLE color: 12381834.
HSL color Cylindrical-coordinate representation of color #8AEEBC: hue angle of 150º 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 #8AEEBC is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 238 | 188 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.07 |
| HSL | 150º | 0.75% | 0.74% | - |
| HSV(B) | 150º | 0.42% | 0.93% | - |
| XYZ | 50.13 | 70.18 | 58.48 | - |
| YUV | 202.4 | 119.87 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 238 | 188 | 0.42 | 0 | 0.21 | 0.07 | 150 | 0.75 | 0.74 |
| Hex | 8A | EE | BC | 2A | 0 | 15 | 7 | 96 | 4B | 4A |
| Octal | 212 | 356 | 274 | 52 | 0 | 25 | 7 | 226 | 113 | 112 |
| Binary | 10001010 | 11101110 | 10111100 | 101010 | 0 | 10101 | 111 | 10010110 | 1001011 | 1001010 |
Color Harmonies of #8AEEBC
Complementary color
Monochromatic Colors of #8AEEBC
Black with #8AEEBC
Text Example
Text Example
White with #8AEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEEBC; }
p { color: rgb(138,238,188); }
H1.HeaderClassName
{
color: #8AEEBC;
}
.AnyTagClassName
{
color: #8AEEBC;
}
</style>
background-color css
<style>
a { background-color: #8AEEBC; }
a { background-color: rgb(138,238,188); }
div.DivClassName
{
background-color: #8AEEBC;
}
.BgClassName
{
background-color: #8AEEBC;
}
</style>
border-color css
<style>
span { border-color: #8AEEBC; }
span { border-color: rgb(138,238,188); }
td.TdClassName
{
border-color: #8AEEBC;
}
.TagClassName
{
border-color: #8AEEBC;
}
</style>