Shades of Vista Blue #8CCCB2
Tints of Vista Blue #8CCCB2
RGB
CMYK
RGB Variations
Color information
#8CCCB2 (or 0x8CCCB2) is known color: Vista Blue. HEX triplet: 8C, CC and B2. RGB value is (140,204,178). Sum of RGB (Red+Green+Blue) = 140+204+178=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCCB2 is #73334D. Grayscale: #B5B5B5. Windows color (decimal): -7549774 or 11717772. OLE color: 11717772.
HSL color Cylindrical-coordinate representation of color #8CCCB2: hue angle of 155.62º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCCB2 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 178 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.2 |
| HSL | 155.63º | 0.39% | 0.67% | - |
| HSV(B) | 155.63º | 0.31% | 0.8% | - |
| XYZ | 40.44 | 51.98 | 50.02 | - |
| YUV | 181.9 | 125.8 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 178 | 0.31 | 0 | 0.13 | 0.2 | 155.63 | 0.39 | 0.67 |
| Hex | 8C | CC | B2 | 1F | 0 | D | 14 | 9C | 27 | 43 |
| Octal | 214 | 314 | 262 | 37 | 0 | 15 | 24 | 234 | 47 | 103 |
| Binary | 10001100 | 11001100 | 10110010 | 11111 | 0 | 1101 | 10100 | 10011100 | 100111 | 1000011 |
Color Harmonies of #8CCCB2
Complementary color
Monochromatic Colors of #8CCCB2
Black with #8CCCB2
Text Example
Text Example
White with #8CCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCB2; }
p { color: rgb(140,204,178); }
H1.HeaderClassName
{
color: #8CCCB2;
}
.AnyTagClassName
{
color: #8CCCB2;
}
</style>
background-color css
<style>
a { background-color: #8CCCB2; }
a { background-color: rgb(140,204,178); }
div.DivClassName
{
background-color: #8CCCB2;
}
.BgClassName
{
background-color: #8CCCB2;
}
</style>
border-color css
<style>
span { border-color: #8CCCB2; }
span { border-color: rgb(140,204,178); }
td.TdClassName
{
border-color: #8CCCB2;
}
.TagClassName
{
border-color: #8CCCB2;
}
</style>