Shades of Vista Blue #8ACDB3
Tints of Vista Blue #8ACDB3
RGB
CMYK
RGB Variations
Color information
#8ACDB3 (or 0x8ACDB3) is known color: Vista Blue. HEX triplet: 8A, CD and B3. RGB value is (138,205,179). Sum of RGB (Red+Green+Blue) = 138+205+179=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDB3 is #75324C. Grayscale: #B6B6B6. Windows color (decimal): -7680589 or 11783562. OLE color: 11783562.
HSL color Cylindrical-coordinate representation of color #8ACDB3: hue angle of 156.72º 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 #8ACDB3 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 179 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.20 |
| HSL | 156.72º | 0.4% | 0.67% | - |
| HSV(B) | 156.72º | 0.33% | 0.8% | - |
| XYZ | 40.45 | 52.32 | 50.61 | - |
| YUV | 182 | 126.3 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 179 | 0.33 | 0 | 0.13 | 0.20 | 156.72 | 0.4 | 0.67 |
| Hex | 8A | CD | B3 | 21 | 0 | D | 14 | 9D | 28 | 43 |
| Octal | 212 | 315 | 263 | 41 | 0 | 15 | 24 | 235 | 50 | 103 |
| Binary | 10001010 | 11001101 | 10110011 | 100001 | 0 | 1101 | 10100 | 10011101 | 101000 | 1000011 |
Color Harmonies of #8ACDB3
Complementary color
Monochromatic Colors of #8ACDB3
Black with #8ACDB3
Text Example
Text Example
White with #8ACDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACDB3; }
p { color: rgb(138,205,179); }
H1.HeaderClassName
{
color: #8ACDB3;
}
.AnyTagClassName
{
color: #8ACDB3;
}
</style>
background-color css
<style>
a { background-color: #8ACDB3; }
a { background-color: rgb(138,205,179); }
div.DivClassName
{
background-color: #8ACDB3;
}
.BgClassName
{
background-color: #8ACDB3;
}
</style>
border-color css
<style>
span { border-color: #8ACDB3; }
span { border-color: rgb(138,205,179); }
td.TdClassName
{
border-color: #8ACDB3;
}
.TagClassName
{
border-color: #8ACDB3;
}
</style>