Shades of Vista Blue #94CBB4
Tints of Vista Blue #94CBB4
RGB
CMYK
RGB Variations
Color information
#94CBB4 (or 0x94CBB4) is known color: Vista Blue. HEX triplet: 94, CB and B4. RGB value is (148,203,180). Sum of RGB (Red+Green+Blue) = 148+203+180=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #94CBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CBB4 is #6B344B. Grayscale: #B7B7B7. Windows color (decimal): -7025740 or 11848596. OLE color: 11848596.
HSL color Cylindrical-coordinate representation of color #94CBB4: hue angle of 154.91º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CBB4 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 203 | 180 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.20 |
| HSL | 154.91º | 0.35% | 0.69% | - |
| HSV(B) | 154.91º | 0.27% | 0.8% | - |
| XYZ | 41.81 | 52.3 | 51.07 | - |
| YUV | 183.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 203 | 180 | 0.27 | 0 | 0.11 | 0.20 | 154.91 | 0.35 | 0.69 |
| Hex | 94 | CB | B4 | 1B | 0 | B | 14 | 9B | 23 | 45 |
| Octal | 224 | 313 | 264 | 33 | 0 | 13 | 24 | 233 | 43 | 105 |
| Binary | 10010100 | 11001011 | 10110100 | 11011 | 0 | 1011 | 10100 | 10011011 | 100011 | 1000101 |
Color Harmonies of #94CBB4
Complementary color
Monochromatic Colors of #94CBB4
Black with #94CBB4
Text Example
Text Example
White with #94CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CBB4; }
p { color: rgb(148,203,180); }
H1.HeaderClassName
{
color: #94CBB4;
}
.AnyTagClassName
{
color: #94CBB4;
}
</style>
background-color css
<style>
a { background-color: #94CBB4; }
a { background-color: rgb(148,203,180); }
div.DivClassName
{
background-color: #94CBB4;
}
.BgClassName
{
background-color: #94CBB4;
}
</style>
border-color css
<style>
span { border-color: #94CBB4; }
span { border-color: rgb(148,203,180); }
td.TdClassName
{
border-color: #94CBB4;
}
.TagClassName
{
border-color: #94CBB4;
}
</style>