Shades of Charlotte #A4DBEE
Tints of Charlotte #A4DBEE
RGB
CMYK
RGB Variations
Color information
#A4DBEE (or 0xA4DBEE) is known color: Charlotte. HEX triplet: A4, DB and EE. RGB value is (164,219,238). Sum of RGB (Red+Green+Blue) = 164+219+238=621 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.41% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #A4DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DBEE is #5B2411. Grayscale: #CCCCCC. Windows color (decimal): -5973010 or 15653796. OLE color: 15653796.
HSL color Cylindrical-coordinate representation of color #A4DBEE: hue angle of 195.41º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4DBEE is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 219 | 238 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.07 |
| HSL | 195.41º | 0.69% | 0.79% | - |
| HSV(B) | 195.41º | 0.31% | 0.93% | - |
| XYZ | 56.07 | 64.73 | 90.43 | - |
| YUV | 204.72 | 146.78 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 238 | 0.31 | 0.08 | 0 | 0.07 | 195.41 | 0.69 | 0.79 |
| Hex | A4 | DB | EE | 1F | 8 | 0 | 7 | C3 | 45 | 4F |
| Octal | 244 | 333 | 356 | 37 | 10 | 0 | 7 | 303 | 105 | 117 |
| Binary | 10100100 | 11011011 | 11101110 | 11111 | 1000 | 0 | 111 | 11000011 | 1000101 | 1001111 |
Color Harmonies of #A4DBEE
Complementary color
Monochromatic Colors of #A4DBEE
Black with #A4DBEE
Text Example
Text Example
White with #A4DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBEE; }
p { color: rgb(164,219,238); }
H1.HeaderClassName
{
color: #A4DBEE;
}
.AnyTagClassName
{
color: #A4DBEE;
}
</style>
background-color css
<style>
a { background-color: #A4DBEE; }
a { background-color: rgb(164,219,238); }
div.DivClassName
{
background-color: #A4DBEE;
}
.BgClassName
{
background-color: #A4DBEE;
}
</style>
border-color css
<style>
span { border-color: #A4DBEE; }
span { border-color: rgb(164,219,238); }
td.TdClassName
{
border-color: #A4DBEE;
}
.TagClassName
{
border-color: #A4DBEE;
}
</style>