Shades of Regent St Blue #97D2DD
Tints of Regent St Blue #97D2DD
RGB
CMYK
RGB Variations
Color information
#97D2DD (or 0x97D2DD) is known color: Regent St Blue. HEX triplet: 97, D2 and DD. RGB value is (151,210,221). Sum of RGB (Red+Green+Blue) = 151+210+221=582 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.95% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #97D2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D2DD is #682D22. Grayscale: #C1C1C1. Windows color (decimal): -6827299 or 14537367. OLE color: 14537367.
HSL color Cylindrical-coordinate representation of color #97D2DD: hue angle of 189.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97D2DD is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 210 | 221 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.13 |
| HSL | 189.43º | 0.51% | 0.73% | - |
| HSV(B) | 189.43º | 0.32% | 0.87% | - |
| XYZ | 48.86 | 57.89 | 77.01 | - |
| YUV | 193.61 | 143.45 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 210 | 221 | 0.32 | 0.05 | 0 | 0.13 | 189.43 | 0.51 | 0.73 |
| Hex | 97 | D2 | DD | 20 | 5 | 0 | D | BD | 33 | 49 |
| Octal | 227 | 322 | 335 | 40 | 5 | 0 | 15 | 275 | 63 | 111 |
| Binary | 10010111 | 11010010 | 11011101 | 100000 | 101 | 0 | 1101 | 10111101 | 110011 | 1001001 |
Color Harmonies of #97D2DD
Complementary color
Monochromatic Colors of #97D2DD
Black with #97D2DD
Text Example
Text Example
White with #97D2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D2DD; }
p { color: rgb(151,210,221); }
H1.HeaderClassName
{
color: #97D2DD;
}
.AnyTagClassName
{
color: #97D2DD;
}
</style>
background-color css
<style>
a { background-color: #97D2DD; }
a { background-color: rgb(151,210,221); }
div.DivClassName
{
background-color: #97D2DD;
}
.BgClassName
{
background-color: #97D2DD;
}
</style>
border-color css
<style>
span { border-color: #97D2DD; }
span { border-color: rgb(151,210,221); }
td.TdClassName
{
border-color: #97D2DD;
}
.TagClassName
{
border-color: #97D2DD;
}
</style>