Shades of Charlotte #A5DDEA
Tints of Charlotte #A5DDEA
RGB
CMYK
RGB Variations
Color information
#A5DDEA (or 0xA5DDEA) is known color: Charlotte. HEX triplet: A5, DD and EA. RGB value is (165,221,234). Sum of RGB (Red+Green+Blue) = 165+221+234=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5DDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DDEA is #5A2215. Grayscale: #CDCDCD. Windows color (decimal): -5906966 or 15392165. OLE color: 15392165.
HSL color Cylindrical-coordinate representation of color #A5DDEA: hue angle of 191.3º 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 #A5DDEA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 221 | 234 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.08 |
| HSL | 191.3º | 0.62% | 0.78% | - |
| HSV(B) | 191.3º | 0.29% | 0.92% | - |
| XYZ | 56.22 | 65.65 | 87.55 | - |
| YUV | 205.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 234 | 0.29 | 0.06 | 0 | 0.08 | 191.3 | 0.62 | 0.78 |
| Hex | A5 | DD | EA | 1D | 6 | 0 | 8 | BF | 3E | 4E |
| Octal | 245 | 335 | 352 | 35 | 6 | 0 | 10 | 277 | 76 | 116 |
| Binary | 10100101 | 11011101 | 11101010 | 11101 | 110 | 0 | 1000 | 10111111 | 111110 | 1001110 |
Color Harmonies of #A5DDEA
Complementary color
Monochromatic Colors of #A5DDEA
Black with #A5DDEA
Text Example
Text Example
White with #A5DDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DDEA; }
p { color: rgb(165,221,234); }
H1.HeaderClassName
{
color: #A5DDEA;
}
.AnyTagClassName
{
color: #A5DDEA;
}
</style>
background-color css
<style>
a { background-color: #A5DDEA; }
a { background-color: rgb(165,221,234); }
div.DivClassName
{
background-color: #A5DDEA;
}
.BgClassName
{
background-color: #A5DDEA;
}
</style>
border-color css
<style>
span { border-color: #A5DDEA; }
span { border-color: rgb(165,221,234); }
td.TdClassName
{
border-color: #A5DDEA;
}
.TagClassName
{
border-color: #A5DDEA;
}
</style>