Shades of Charlotte #A7DDEB
Tints of Charlotte #A7DDEB
RGB
CMYK
RGB Variations
Color information
#A7DDEB (or 0xA7DDEB) is known color: Charlotte. HEX triplet: A7, DD and EB. RGB value is (167,221,235). Sum of RGB (Red+Green+Blue) = 167+221+235=623 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.81% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7DDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DDEB is #582214. Grayscale: #CECECE. Windows color (decimal): -5775893 or 15457703. OLE color: 15457703.
HSL color Cylindrical-coordinate representation of color #A7DDEB: hue angle of 192.35º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7DDEB is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 221 | 235 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.08 |
| HSL | 192.35º | 0.63% | 0.79% | - |
| HSV(B) | 192.35º | 0.29% | 0.92% | - |
| XYZ | 56.79 | 65.93 | 88.33 | - |
| YUV | 206.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 221 | 235 | 0.29 | 0.06 | 0 | 0.08 | 192.35 | 0.63 | 0.79 |
| Hex | A7 | DD | EB | 1D | 6 | 0 | 8 | C0 | 3F | 4F |
| Octal | 247 | 335 | 353 | 35 | 6 | 0 | 10 | 300 | 77 | 117 |
| Binary | 10100111 | 11011101 | 11101011 | 11101 | 110 | 0 | 1000 | 11000000 | 111111 | 1001111 |
Color Harmonies of #A7DDEB
Complementary color
Monochromatic Colors of #A7DDEB
Black with #A7DDEB
Text Example
Text Example
White with #A7DDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DDEB; }
p { color: rgb(167,221,235); }
H1.HeaderClassName
{
color: #A7DDEB;
}
.AnyTagClassName
{
color: #A7DDEB;
}
</style>
background-color css
<style>
a { background-color: #A7DDEB; }
a { background-color: rgb(167,221,235); }
div.DivClassName
{
background-color: #A7DDEB;
}
.BgClassName
{
background-color: #A7DDEB;
}
</style>
border-color css
<style>
span { border-color: #A7DDEB; }
span { border-color: rgb(167,221,235); }
td.TdClassName
{
border-color: #A7DDEB;
}
.TagClassName
{
border-color: #A7DDEB;
}
</style>