Shades of Vista Blue #8FCCAD
Tints of Vista Blue #8FCCAD
RGB
CMYK
RGB Variations
Color information
#8FCCAD (or 0x8FCCAD) is known color: Vista Blue. HEX triplet: 8F, CC and AD. RGB value is (143,204,173). Sum of RGB (Red+Green+Blue) = 143+204+173=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCAD is #703352. Grayscale: #B6B6B6. Windows color (decimal): -7353171 or 11390095. OLE color: 11390095.
HSL color Cylindrical-coordinate representation of color #8FCCAD: hue angle of 149.51º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCCAD is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
RGB | 143 | 204 | 173 | - |
CMYK | 0.30 | 0 | 0.15 | 0.2 |
HSL | 149.51º | 0.37% | 0.68% | - |
HSV(B) | 149.51º | 0.3% | 0.8% | - |
XYZ | 40.46 | 52.04 | 47.45 | - |
YUV | 182.23 | 122.79 | 100.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 204 | 173 | 0.30 | 0 | 0.15 | 0.2 | 149.51 | 0.37 | 0.68 |
Hex | 8F | CC | AD | 1E | 0 | F | 14 | 96 | 25 | 44 |
Octal | 217 | 314 | 255 | 36 | 0 | 17 | 24 | 226 | 45 | 104 |
Binary | 10001111 | 11001100 | 10101101 | 11110 | 0 | 1111 | 10100 | 10010110 | 100101 | 1000100 |
Color Harmonies of #8FCCAD
Complementary color
Monochromatic Colors of #8FCCAD
Black with #8FCCAD
Text Example
Text Example
White with #8FCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCAD; }
p { color: rgb(143,204,173); }
H1.HeaderClassName
{
color: #8FCCAD;
}
.AnyTagClassName
{
color: #8FCCAD;
}
</style>
background-color css
<style>
a { background-color: #8FCCAD; }
a { background-color: rgb(143,204,173); }
div.DivClassName
{
background-color: #8FCCAD;
}
.BgClassName
{
background-color: #8FCCAD;
}
</style>
border-color css
<style>
span { border-color: #8FCCAD; }
span { border-color: rgb(143,204,173); }
td.TdClassName
{
border-color: #8FCCAD;
}
.TagClassName
{
border-color: #8FCCAD;
}
</style>