Shades of Charlotte #A5DBED
Tints of Charlotte #A5DBED
RGB
CMYK
RGB Variations
Color information
#A5DBED (or 0xA5DBED) is known color: Charlotte. HEX triplet: A5, DB and ED. RGB value is (165,219,237). Sum of RGB (Red+Green+Blue) = 165+219+237=621 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.57% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #A5DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DBED is #5A2412. Grayscale: #CCCCCC. Windows color (decimal): -5907475 or 15588261. OLE color: 15588261.
HSL color Cylindrical-coordinate representation of color #A5DBED: hue angle of 195º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5DBED is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 219 | 237 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.07 |
| HSL | 195º | 0.67% | 0.79% | - |
| HSV(B) | 195º | 0.3% | 0.93% | - |
| XYZ | 56.13 | 64.78 | 89.67 | - |
| YUV | 204.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 237 | 0.30 | 0.08 | 0 | 0.07 | 195 | 0.67 | 0.79 |
| Hex | A5 | DB | ED | 1E | 8 | 0 | 7 | C3 | 43 | 4F |
| Octal | 245 | 333 | 355 | 36 | 10 | 0 | 7 | 303 | 103 | 117 |
| Binary | 10100101 | 11011011 | 11101101 | 11110 | 1000 | 0 | 111 | 11000011 | 1000011 | 1001111 |
Color Harmonies of #A5DBED
Complementary color
Monochromatic Colors of #A5DBED
Black with #A5DBED
Text Example
Text Example
White with #A5DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DBED; }
p { color: rgb(165,219,237); }
H1.HeaderClassName
{
color: #A5DBED;
}
.AnyTagClassName
{
color: #A5DBED;
}
</style>
background-color css
<style>
a { background-color: #A5DBED; }
a { background-color: rgb(165,219,237); }
div.DivClassName
{
background-color: #A5DBED;
}
.BgClassName
{
background-color: #A5DBED;
}
</style>
border-color css
<style>
span { border-color: #A5DBED; }
span { border-color: rgb(165,219,237); }
td.TdClassName
{
border-color: #A5DBED;
}
.TagClassName
{
border-color: #A5DBED;
}
</style>