Shades of Vista Blue #93CFAF
Tints of Vista Blue #93CFAF
RGB
CMYK
RGB Variations
Color information
#93CFAF (or 0x93CFAF) is known color: Vista Blue. HEX triplet: 93, CF and AF. RGB value is (147,207,175). Sum of RGB (Red+Green+Blue) = 147+207+175=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #93CFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CFAF is #6C3050. Grayscale: #B9B9B9. Windows color (decimal): -7090257 or 11521939. OLE color: 11521939.
HSL color Cylindrical-coordinate representation of color #93CFAF: hue angle of 148º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CFAF is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 207 | 175 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.19 |
| HSL | 148º | 0.38% | 0.69% | - |
| HSV(B) | 148º | 0.29% | 0.81% | - |
| XYZ | 42.08 | 53.92 | 48.75 | - |
| YUV | 185.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 175 | 0.29 | 0 | 0.15 | 0.19 | 148 | 0.38 | 0.69 |
| Hex | 93 | CF | AF | 1D | 0 | F | 13 | 94 | 26 | 45 |
| Octal | 223 | 317 | 257 | 35 | 0 | 17 | 23 | 224 | 46 | 105 |
| Binary | 10010011 | 11001111 | 10101111 | 11101 | 0 | 1111 | 10011 | 10010100 | 100110 | 1000101 |
Color Harmonies of #93CFAF
Complementary color
Monochromatic Colors of #93CFAF
Black with #93CFAF
Text Example
Text Example
White with #93CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CFAF; }
p { color: rgb(147,207,175); }
H1.HeaderClassName
{
color: #93CFAF;
}
.AnyTagClassName
{
color: #93CFAF;
}
</style>
background-color css
<style>
a { background-color: #93CFAF; }
a { background-color: rgb(147,207,175); }
div.DivClassName
{
background-color: #93CFAF;
}
.BgClassName
{
background-color: #93CFAF;
}
</style>
border-color css
<style>
span { border-color: #93CFAF; }
span { border-color: rgb(147,207,175); }
td.TdClassName
{
border-color: #93CFAF;
}
.TagClassName
{
border-color: #93CFAF;
}
</style>