Shades of Vista Blue #8DEAB3
Tints of Vista Blue #8DEAB3
RGB
CMYK
RGB Variations
Color information
#8DEAB3 (or 0x8DEAB3) is known color: Vista Blue. HEX triplet: 8D, EA and B3. RGB value is (141,234,179). Sum of RGB (Red+Green+Blue) = 141+234+179=554 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.45% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEAB3 is #72154C. Grayscale: #C8C8C8. Windows color (decimal): -7476557 or 11790989. OLE color: 11790989.
HSL color Cylindrical-coordinate representation of color #8DEAB3: hue angle of 144.52º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEAB3 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 234 | 179 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.08 |
| HSL | 144.52º | 0.69% | 0.74% | - |
| HSV(B) | 144.52º | 0.4% | 0.92% | - |
| XYZ | 48.54 | 67.76 | 53.17 | - |
| YUV | 199.92 | 116.19 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 234 | 179 | 0.40 | 0 | 0.24 | 0.08 | 144.52 | 0.69 | 0.74 |
| Hex | 8D | EA | B3 | 28 | 0 | 18 | 8 | 91 | 45 | 4A |
| Octal | 215 | 352 | 263 | 50 | 0 | 30 | 10 | 221 | 105 | 112 |
| Binary | 10001101 | 11101010 | 10110011 | 101000 | 0 | 11000 | 1000 | 10010001 | 1000101 | 1001010 |
Color Harmonies of #8DEAB3
Complementary color
Monochromatic Colors of #8DEAB3
Black with #8DEAB3
Text Example
Text Example
White with #8DEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEAB3; }
p { color: rgb(141,234,179); }
H1.HeaderClassName
{
color: #8DEAB3;
}
.AnyTagClassName
{
color: #8DEAB3;
}
</style>
background-color css
<style>
a { background-color: #8DEAB3; }
a { background-color: rgb(141,234,179); }
div.DivClassName
{
background-color: #8DEAB3;
}
.BgClassName
{
background-color: #8DEAB3;
}
</style>
border-color css
<style>
span { border-color: #8DEAB3; }
span { border-color: rgb(141,234,179); }
td.TdClassName
{
border-color: #8DEAB3;
}
.TagClassName
{
border-color: #8DEAB3;
}
</style>