Shades of Vista Blue #94CFB8
Tints of Vista Blue #94CFB8
RGB
CMYK
RGB Variations
Color information
#94CFB8 (or 0x94CFB8) is known color: Vista Blue. HEX triplet: 94, CF and B8. RGB value is (148,207,184). Sum of RGB (Red+Green+Blue) = 148+207+184=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #94CFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CFB8 is #6B3047. Grayscale: #BABABA. Windows color (decimal): -7024712 or 12111764. OLE color: 12111764.
HSL color Cylindrical-coordinate representation of color #94CFB8: hue angle of 156.61º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94CFB8 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 207 | 184 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.19 |
| HSL | 156.61º | 0.38% | 0.7% | - |
| HSV(B) | 156.61º | 0.29% | 0.81% | - |
| XYZ | 43.18 | 54.38 | 53.57 | - |
| YUV | 186.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 207 | 184 | 0.29 | 0 | 0.11 | 0.19 | 156.61 | 0.38 | 0.7 |
| Hex | 94 | CF | B8 | 1D | 0 | B | 13 | 9D | 26 | 46 |
| Octal | 224 | 317 | 270 | 35 | 0 | 13 | 23 | 235 | 46 | 106 |
| Binary | 10010100 | 11001111 | 10111000 | 11101 | 0 | 1011 | 10011 | 10011101 | 100110 | 1000110 |
Color Harmonies of #94CFB8
Complementary color
Monochromatic Colors of #94CFB8
Black with #94CFB8
Text Example
Text Example
White with #94CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CFB8; }
p { color: rgb(148,207,184); }
H1.HeaderClassName
{
color: #94CFB8;
}
.AnyTagClassName
{
color: #94CFB8;
}
</style>
background-color css
<style>
a { background-color: #94CFB8; }
a { background-color: rgb(148,207,184); }
div.DivClassName
{
background-color: #94CFB8;
}
.BgClassName
{
background-color: #94CFB8;
}
</style>
border-color css
<style>
span { border-color: #94CFB8; }
span { border-color: rgb(148,207,184); }
td.TdClassName
{
border-color: #94CFB8;
}
.TagClassName
{
border-color: #94CFB8;
}
</style>