Shades of Vista Blue #8CCFB5
Tints of Vista Blue #8CCFB5
RGB
CMYK
RGB Variations
Color information
#8CCFB5 (or 0x8CCFB5) is known color: Vista Blue. HEX triplet: 8C, CF and B5. RGB value is (140,207,181). Sum of RGB (Red+Green+Blue) = 140+207+181=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCFB5 is #73304A. Grayscale: #B8B8B8. Windows color (decimal): -7549003 or 11915148. OLE color: 11915148.
HSL color Cylindrical-coordinate representation of color #8CCFB5: hue angle of 156.72º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCFB5 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 181 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.19 |
| HSL | 156.72º | 0.41% | 0.68% | - |
| HSV(B) | 156.72º | 0.32% | 0.81% | - |
| XYZ | 41.47 | 53.54 | 51.86 | - |
| YUV | 184 | 126.3 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 181 | 0.32 | 0 | 0.13 | 0.19 | 156.72 | 0.41 | 0.68 |
| Hex | 8C | CF | B5 | 20 | 0 | D | 13 | 9D | 29 | 44 |
| Octal | 214 | 317 | 265 | 40 | 0 | 15 | 23 | 235 | 51 | 104 |
| Binary | 10001100 | 11001111 | 10110101 | 100000 | 0 | 1101 | 10011 | 10011101 | 101001 | 1000100 |
Color Harmonies of #8CCFB5
Complementary color
Monochromatic Colors of #8CCFB5
Black with #8CCFB5
Text Example
Text Example
White with #8CCFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCFB5; }
p { color: rgb(140,207,181); }
H1.HeaderClassName
{
color: #8CCFB5;
}
.AnyTagClassName
{
color: #8CCFB5;
}
</style>
background-color css
<style>
a { background-color: #8CCFB5; }
a { background-color: rgb(140,207,181); }
div.DivClassName
{
background-color: #8CCFB5;
}
.BgClassName
{
background-color: #8CCFB5;
}
</style>
border-color css
<style>
span { border-color: #8CCFB5; }
span { border-color: rgb(140,207,181); }
td.TdClassName
{
border-color: #8CCFB5;
}
.TagClassName
{
border-color: #8CCFB5;
}
</style>