Shades of Vista Blue #8CCFB2
Tints of Vista Blue #8CCFB2
RGB
CMYK
RGB Variations
Color information
#8CCFB2 (or 0x8CCFB2) is known color: Vista Blue. HEX triplet: 8C, CF and B2. RGB value is (140,207,178). Sum of RGB (Red+Green+Blue) = 140+207+178=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCFB2 is #73304D. Grayscale: #B7B7B7. Windows color (decimal): -7549006 or 11718540. OLE color: 11718540.
HSL color Cylindrical-coordinate representation of color #8CCFB2: hue angle of 154.03º 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 #8CCFB2 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 178 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.19 |
| HSL | 154.03º | 0.41% | 0.68% | - |
| HSV(B) | 154.03º | 0.32% | 0.81% | - |
| XYZ | 41.16 | 53.42 | 50.26 | - |
| YUV | 183.66 | 124.8 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 178 | 0.32 | 0 | 0.14 | 0.19 | 154.03 | 0.41 | 0.68 |
| Hex | 8C | CF | B2 | 20 | 0 | E | 13 | 9A | 29 | 44 |
| Octal | 214 | 317 | 262 | 40 | 0 | 16 | 23 | 232 | 51 | 104 |
| Binary | 10001100 | 11001111 | 10110010 | 100000 | 0 | 1110 | 10011 | 10011010 | 101001 | 1000100 |
Color Harmonies of #8CCFB2
Complementary color
Monochromatic Colors of #8CCFB2
Black with #8CCFB2
Text Example
Text Example
White with #8CCFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCFB2; }
p { color: rgb(140,207,178); }
H1.HeaderClassName
{
color: #8CCFB2;
}
.AnyTagClassName
{
color: #8CCFB2;
}
</style>
background-color css
<style>
a { background-color: #8CCFB2; }
a { background-color: rgb(140,207,178); }
div.DivClassName
{
background-color: #8CCFB2;
}
.BgClassName
{
background-color: #8CCFB2;
}
</style>
border-color css
<style>
span { border-color: #8CCFB2; }
span { border-color: rgb(140,207,178); }
td.TdClassName
{
border-color: #8CCFB2;
}
.TagClassName
{
border-color: #8CCFB2;
}
</style>