Shades of Charlotte #A3DBED
Tints of Charlotte #A3DBED
RGB
CMYK
RGB Variations
Color information
#A3DBED (or 0xA3DBED) is known color: Charlotte. HEX triplet: A3, DB and ED. RGB value is (163,219,237). Sum of RGB (Red+Green+Blue) = 163+219+237=619 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.33% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DBED is #5C2412. Grayscale: #CCCCCC. Windows color (decimal): -6038547 or 15588259. OLE color: 15588259.
HSL color Cylindrical-coordinate representation of color #A3DBED: hue angle of 194.59º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3DBED is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 219 | 237 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.07 |
| HSL | 194.59º | 0.67% | 0.78% | - |
| HSV(B) | 194.59º | 0.31% | 0.93% | - |
| XYZ | 55.72 | 64.56 | 89.65 | - |
| YUV | 204.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 237 | 0.31 | 0.08 | 0 | 0.07 | 194.59 | 0.67 | 0.78 |
| Hex | A3 | DB | ED | 1F | 8 | 0 | 7 | C3 | 43 | 4E |
| Octal | 243 | 333 | 355 | 37 | 10 | 0 | 7 | 303 | 103 | 116 |
| Binary | 10100011 | 11011011 | 11101101 | 11111 | 1000 | 0 | 111 | 11000011 | 1000011 | 1001110 |
Color Harmonies of #A3DBED
Complementary color
Monochromatic Colors of #A3DBED
Black with #A3DBED
Text Example
Text Example
White with #A3DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBED; }
p { color: rgb(163,219,237); }
H1.HeaderClassName
{
color: #A3DBED;
}
.AnyTagClassName
{
color: #A3DBED;
}
</style>
background-color css
<style>
a { background-color: #A3DBED; }
a { background-color: rgb(163,219,237); }
div.DivClassName
{
background-color: #A3DBED;
}
.BgClassName
{
background-color: #A3DBED;
}
</style>
border-color css
<style>
span { border-color: #A3DBED; }
span { border-color: rgb(163,219,237); }
td.TdClassName
{
border-color: #A3DBED;
}
.TagClassName
{
border-color: #A3DBED;
}
</style>