Shades of Charlotte #A5DBEB
Tints of Charlotte #A5DBEB
RGB
CMYK
RGB Variations
Color information
#A5DBEB (or 0xA5DBEB) is known color: Charlotte. HEX triplet: A5, DB and EB. RGB value is (165,219,235). Sum of RGB (Red+Green+Blue) = 165+219+235=619 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.66% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DBEB is #5A2414. Grayscale: #CCCCCC. Windows color (decimal): -5907477 or 15457189. OLE color: 15457189.
HSL color Cylindrical-coordinate representation of color #A5DBEB: hue angle of 193.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5DBEB is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 219 | 235 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.08 |
| HSL | 193.71º | 0.64% | 0.78% | - |
| HSV(B) | 193.71º | 0.3% | 0.92% | - |
| XYZ | 55.84 | 64.66 | 88.13 | - |
| YUV | 204.68 | 145.11 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 235 | 0.30 | 0.07 | 0 | 0.08 | 193.71 | 0.64 | 0.78 |
| Hex | A5 | DB | EB | 1E | 7 | 0 | 8 | C2 | 40 | 4E |
| Octal | 245 | 333 | 353 | 36 | 7 | 0 | 10 | 302 | 100 | 116 |
| Binary | 10100101 | 11011011 | 11101011 | 11110 | 111 | 0 | 1000 | 11000010 | 1000000 | 1001110 |
Color Harmonies of #A5DBEB
Complementary color
Monochromatic Colors of #A5DBEB
Black with #A5DBEB
Text Example
Text Example
White with #A5DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DBEB; }
p { color: rgb(165,219,235); }
H1.HeaderClassName
{
color: #A5DBEB;
}
.AnyTagClassName
{
color: #A5DBEB;
}
</style>
background-color css
<style>
a { background-color: #A5DBEB; }
a { background-color: rgb(165,219,235); }
div.DivClassName
{
background-color: #A5DBEB;
}
.BgClassName
{
background-color: #A5DBEB;
}
</style>
border-color css
<style>
span { border-color: #A5DBEB; }
span { border-color: rgb(165,219,235); }
td.TdClassName
{
border-color: #A5DBEB;
}
.TagClassName
{
border-color: #A5DBEB;
}
</style>