Shades of Vista Blue #8ACDB2
Tints of Vista Blue #8ACDB2
RGB
CMYK
RGB Variations
Color information
#8ACDB2 (or 0x8ACDB2) is known color: Vista Blue. HEX triplet: 8A, CD and B2. RGB value is (138,205,178). Sum of RGB (Red+Green+Blue) = 138+205+178=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACDB2 is #75324D. Grayscale: #B5B5B5. Windows color (decimal): -7680590 or 11718026. OLE color: 11718026.
HSL color Cylindrical-coordinate representation of color #8ACDB2: hue angle of 155.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDB2 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 178 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.20 |
| HSL | 155.82º | 0.4% | 0.67% | - |
| HSV(B) | 155.82º | 0.33% | 0.8% | - |
| XYZ | 40.35 | 52.28 | 50.08 | - |
| YUV | 181.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 178 | 0.33 | 0 | 0.13 | 0.20 | 155.82 | 0.4 | 0.67 |
| Hex | 8A | CD | B2 | 21 | 0 | D | 14 | 9C | 28 | 43 |
| Octal | 212 | 315 | 262 | 41 | 0 | 15 | 24 | 234 | 50 | 103 |
| Binary | 10001010 | 11001101 | 10110010 | 100001 | 0 | 1101 | 10100 | 10011100 | 101000 | 1000011 |
Color Harmonies of #8ACDB2
Complementary color
Monochromatic Colors of #8ACDB2
Black with #8ACDB2
Text Example
Text Example
White with #8ACDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACDB2; }
p { color: rgb(138,205,178); }
H1.HeaderClassName
{
color: #8ACDB2;
}
.AnyTagClassName
{
color: #8ACDB2;
}
</style>
background-color css
<style>
a { background-color: #8ACDB2; }
a { background-color: rgb(138,205,178); }
div.DivClassName
{
background-color: #8ACDB2;
}
.BgClassName
{
background-color: #8ACDB2;
}
</style>
border-color css
<style>
span { border-color: #8ACDB2; }
span { border-color: rgb(138,205,178); }
td.TdClassName
{
border-color: #8ACDB2;
}
.TagClassName
{
border-color: #8ACDB2;
}
</style>