Shades of Charlotte #A5DBEA
Tints of Charlotte #A5DBEA
RGB
CMYK
RGB Variations
Color information
#A5DBEA (or 0xA5DBEA) is known color: Charlotte. HEX triplet: A5, DB and EA. RGB value is (165,219,234). Sum of RGB (Red+Green+Blue) = 165+219+234=618 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.70% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DBEA is #5A2415. Grayscale: #CCCCCC. Windows color (decimal): -5907478 or 15391653. OLE color: 15391653.
HSL color Cylindrical-coordinate representation of color #A5DBEA: hue angle of 193.04º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5DBEA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 219 | 234 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.08 |
| HSL | 193.04º | 0.62% | 0.78% | - |
| HSV(B) | 193.04º | 0.29% | 0.92% | - |
| XYZ | 55.7 | 64.6 | 87.38 | - |
| YUV | 204.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 234 | 0.29 | 0.06 | 0 | 0.08 | 193.04 | 0.62 | 0.78 |
| Hex | A5 | DB | EA | 1D | 6 | 0 | 8 | C1 | 3E | 4E |
| Octal | 245 | 333 | 352 | 35 | 6 | 0 | 10 | 301 | 76 | 116 |
| Binary | 10100101 | 11011011 | 11101010 | 11101 | 110 | 0 | 1000 | 11000001 | 111110 | 1001110 |
Color Harmonies of #A5DBEA
Complementary color
Monochromatic Colors of #A5DBEA
Black with #A5DBEA
Text Example
Text Example
White with #A5DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DBEA; }
p { color: rgb(165,219,234); }
H1.HeaderClassName
{
color: #A5DBEA;
}
.AnyTagClassName
{
color: #A5DBEA;
}
</style>
background-color css
<style>
a { background-color: #A5DBEA; }
a { background-color: rgb(165,219,234); }
div.DivClassName
{
background-color: #A5DBEA;
}
.BgClassName
{
background-color: #A5DBEA;
}
</style>
border-color css
<style>
span { border-color: #A5DBEA; }
span { border-color: rgb(165,219,234); }
td.TdClassName
{
border-color: #A5DBEA;
}
.TagClassName
{
border-color: #A5DBEA;
}
</style>