Shades of Charlotte #A1DFE4
Tints of Charlotte #A1DFE4
RGB
CMYK
RGB Variations
Color information
#A1DFE4 (or 0xA1DFE4) is known color: Charlotte. HEX triplet: A1, DF and E4. RGB value is (161,223,228). Sum of RGB (Red+Green+Blue) = 161+223+228=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #A1DFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFE4 is #5E201B. Grayscale: #CCCCCC. Windows color (decimal): -6168604 or 14999457. OLE color: 14999457.
HSL color Cylindrical-coordinate representation of color #A1DFE4: hue angle of 184.48º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1DFE4 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 223 | 228 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.11 |
| HSL | 184.48º | 0.55% | 0.76% | - |
| HSV(B) | 184.48º | 0.29% | 0.89% | - |
| XYZ | 55.09 | 65.95 | 83.23 | - |
| YUV | 205.03 | 140.96 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 228 | 0.29 | 0.02 | 0 | 0.11 | 184.48 | 0.55 | 0.76 |
| Hex | A1 | DF | E4 | 1D | 2 | 0 | B | B8 | 37 | 4C |
| Octal | 241 | 337 | 344 | 35 | 2 | 0 | 13 | 270 | 67 | 114 |
| Binary | 10100001 | 11011111 | 11100100 | 11101 | 10 | 0 | 1011 | 10111000 | 110111 | 1001100 |
Color Harmonies of #A1DFE4
Complementary color
Monochromatic Colors of #A1DFE4
Black with #A1DFE4
Text Example
Text Example
White with #A1DFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DFE4; }
p { color: rgb(161,223,228); }
H1.HeaderClassName
{
color: #A1DFE4;
}
.AnyTagClassName
{
color: #A1DFE4;
}
</style>
background-color css
<style>
a { background-color: #A1DFE4; }
a { background-color: rgb(161,223,228); }
div.DivClassName
{
background-color: #A1DFE4;
}
.BgClassName
{
background-color: #A1DFE4;
}
</style>
border-color css
<style>
span { border-color: #A1DFE4; }
span { border-color: rgb(161,223,228); }
td.TdClassName
{
border-color: #A1DFE4;
}
.TagClassName
{
border-color: #A1DFE4;
}
</style>