Shades of Charlotte #97DCDF
Tints of Charlotte #97DCDF
RGB
CMYK
RGB Variations
Color information
#97DCDF (or 0x97DCDF) is known color: Charlotte. HEX triplet: 97, DC and DF. RGB value is (151,220,223). Sum of RGB (Red+Green+Blue) = 151+220+223=594 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.42% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #97DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DCDF is #682320. Grayscale: #C7C7C7. Windows color (decimal): -6824737 or 14670999. OLE color: 14670999.
HSL color Cylindrical-coordinate representation of color #97DCDF: hue angle of 182.5º degrees, saturation: 0.53, 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 #97DCDF is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 220 | 223 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.13 |
| HSL | 182.5º | 0.53% | 0.73% | - |
| HSV(B) | 182.5º | 0.32% | 0.87% | - |
| XYZ | 51.67 | 63.09 | 79.27 | - |
| YUV | 199.71 | 141.14 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 220 | 223 | 0.32 | 0.01 | 0 | 0.13 | 182.5 | 0.53 | 0.73 |
| Hex | 97 | DC | DF | 20 | 1 | 0 | D | B6 | 35 | 49 |
| Octal | 227 | 334 | 337 | 40 | 1 | 0 | 15 | 266 | 65 | 111 |
| Binary | 10010111 | 11011100 | 11011111 | 100000 | 1 | 0 | 1101 | 10110110 | 110101 | 1001001 |
Color Harmonies of #97DCDF
Complementary color
Monochromatic Colors of #97DCDF
Black with #97DCDF
Text Example
Text Example
White with #97DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DCDF; }
p { color: rgb(151,220,223); }
H1.HeaderClassName
{
color: #97DCDF;
}
.AnyTagClassName
{
color: #97DCDF;
}
</style>
background-color css
<style>
a { background-color: #97DCDF; }
a { background-color: rgb(151,220,223); }
div.DivClassName
{
background-color: #97DCDF;
}
.BgClassName
{
background-color: #97DCDF;
}
</style>
border-color css
<style>
span { border-color: #97DCDF; }
span { border-color: rgb(151,220,223); }
td.TdClassName
{
border-color: #97DCDF;
}
.TagClassName
{
border-color: #97DCDF;
}
</style>