Shades of Charlotte #97DAE2
Tints of Charlotte #97DAE2
RGB
CMYK
RGB Variations
Color information
#97DAE2 (or 0x97DAE2) is known color: Charlotte. HEX triplet: 97, DA and E2. RGB value is (151,218,226). Sum of RGB (Red+Green+Blue) = 151+218+226=595 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.38% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 226 - color contains mainly: blue. Hex color #97DAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DAE2 is #68251D. Grayscale: #C6C6C6. Windows color (decimal): -6825246 or 14867095. OLE color: 14867095.
HSL color Cylindrical-coordinate representation of color #97DAE2: hue angle of 186.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97DAE2 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 218 | 226 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.11 |
| HSL | 186.4º | 0.56% | 0.74% | - |
| HSV(B) | 186.4º | 0.33% | 0.89% | - |
| XYZ | 51.56 | 62.21 | 81.24 | - |
| YUV | 198.88 | 143.3 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 218 | 226 | 0.33 | 0.04 | 0 | 0.11 | 186.4 | 0.56 | 0.74 |
| Hex | 97 | DA | E2 | 21 | 4 | 0 | B | BA | 38 | 4A |
| Octal | 227 | 332 | 342 | 41 | 4 | 0 | 13 | 272 | 70 | 112 |
| Binary | 10010111 | 11011010 | 11100010 | 100001 | 100 | 0 | 1011 | 10111010 | 111000 | 1001010 |
Color Harmonies of #97DAE2
Complementary color
Monochromatic Colors of #97DAE2
Black with #97DAE2
Text Example
Text Example
White with #97DAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DAE2; }
p { color: rgb(151,218,226); }
H1.HeaderClassName
{
color: #97DAE2;
}
.AnyTagClassName
{
color: #97DAE2;
}
</style>
background-color css
<style>
a { background-color: #97DAE2; }
a { background-color: rgb(151,218,226); }
div.DivClassName
{
background-color: #97DAE2;
}
.BgClassName
{
background-color: #97DAE2;
}
</style>
border-color css
<style>
span { border-color: #97DAE2; }
span { border-color: rgb(151,218,226); }
td.TdClassName
{
border-color: #97DAE2;
}
.TagClassName
{
border-color: #97DAE2;
}
</style>