Shades of Vista Blue #97DBB5
Tints of Vista Blue #97DBB5
RGB
CMYK
RGB Variations
Color information
#97DBB5 (or 0x97DBB5) is known color: Vista Blue. HEX triplet: 97, DB and B5. RGB value is (151,219,181). Sum of RGB (Red+Green+Blue) = 151+219+181=551 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.40% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #97DBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DBB5 is #68244A. Grayscale: #C2C2C2. Windows color (decimal): -6825035 or 11918231. OLE color: 11918231.
HSL color Cylindrical-coordinate representation of color #97DBB5: hue angle of 146.47º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97DBB5 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 151 | 219 | 181 | - |
CMYK | 0.31 | 0 | 0.17 | 0.14 |
HSL | 146.47º | 0.49% | 0.73% | - |
HSV(B) | 146.47º | 0.31% | 0.86% | - |
XYZ | 46.43 | 60.58 | 52.96 | - |
YUV | 194.34 | 120.47 | 97.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 151 | 219 | 181 | 0.31 | 0 | 0.17 | 0.14 | 146.47 | 0.49 | 0.73 |
Hex | 97 | DB | B5 | 1F | 0 | 11 | E | 92 | 31 | 49 |
Octal | 227 | 333 | 265 | 37 | 0 | 21 | 16 | 222 | 61 | 111 |
Binary | 10010111 | 11011011 | 10110101 | 11111 | 0 | 10001 | 1110 | 10010010 | 110001 | 1001001 |
Color Harmonies of #97DBB5
Complementary color
Monochromatic Colors of #97DBB5
Black with #97DBB5
Text Example
Text Example
White with #97DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DBB5; }
p { color: rgb(151,219,181); }
H1.HeaderClassName
{
color: #97DBB5;
}
.AnyTagClassName
{
color: #97DBB5;
}
</style>
background-color css
<style>
a { background-color: #97DBB5; }
a { background-color: rgb(151,219,181); }
div.DivClassName
{
background-color: #97DBB5;
}
.BgClassName
{
background-color: #97DBB5;
}
</style>
border-color css
<style>
span { border-color: #97DBB5; }
span { border-color: rgb(151,219,181); }
td.TdClassName
{
border-color: #97DBB5;
}
.TagClassName
{
border-color: #97DBB5;
}
</style>