Shades of Vista Blue #84DBB4
Tints of Vista Blue #84DBB4
RGB
CMYK
RGB Variations
Color information
#84DBB4 (or 0x84DBB4) is known color: Vista Blue. HEX triplet: 84, DB and B4. RGB value is (132,219,180). Sum of RGB (Red+Green+Blue) = 132+219+180=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBB4 is #7B244B. Grayscale: #BCBCBC. Windows color (decimal): -8070220 or 11852676. OLE color: 11852676.
HSL color Cylindrical-coordinate representation of color #84DBB4: hue angle of 153.1º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DBB4 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 180 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.14 |
| HSL | 153.1º | 0.55% | 0.69% | - |
| HSV(B) | 153.1º | 0.4% | 0.86% | - |
| XYZ | 43.09 | 58.86 | 52.27 | - |
| YUV | 188.54 | 123.18 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 180 | 0.40 | 0 | 0.18 | 0.14 | 153.1 | 0.55 | 0.69 |
| Hex | 84 | DB | B4 | 28 | 0 | 12 | E | 99 | 37 | 45 |
| Octal | 204 | 333 | 264 | 50 | 0 | 22 | 16 | 231 | 67 | 105 |
| Binary | 10000100 | 11011011 | 10110100 | 101000 | 0 | 10010 | 1110 | 10011001 | 110111 | 1000101 |
Color Harmonies of #84DBB4
Complementary color
Monochromatic Colors of #84DBB4
Black with #84DBB4
Text Example
Text Example
White with #84DBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBB4; }
p { color: rgb(132,219,180); }
H1.HeaderClassName
{
color: #84DBB4;
}
.AnyTagClassName
{
color: #84DBB4;
}
</style>
background-color css
<style>
a { background-color: #84DBB4; }
a { background-color: rgb(132,219,180); }
div.DivClassName
{
background-color: #84DBB4;
}
.BgClassName
{
background-color: #84DBB4;
}
</style>
border-color css
<style>
span { border-color: #84DBB4; }
span { border-color: rgb(132,219,180); }
td.TdClassName
{
border-color: #84DBB4;
}
.TagClassName
{
border-color: #84DBB4;
}
</style>