Shades of Charlotte #A8DADC
Tints of Charlotte #A8DADC
RGB
CMYK
RGB Variations
Color information
#A8DADC (or 0xA8DADC) is known color: Charlotte. HEX triplet: A8, DA and DC. RGB value is (168,218,220). Sum of RGB (Red+Green+Blue) = 168+218+220=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DADC is #572523. Grayscale: #CBCBCB. Windows color (decimal): -5711140 or 14473896. OLE color: 14473896.
HSL color Cylindrical-coordinate representation of color #A8DADC: hue angle of 182.31º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DADC is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 168 | 218 | 220 | - |
CMYK | 0.24 | 0.01 | 0 | 0.14 |
HSL | 182.31º | 0.43% | 0.76% | - |
HSV(B) | 182.31º | 0.24% | 0.86% | - |
XYZ | 54.14 | 63.63 | 77.14 | - |
YUV | 203.28 | 137.44 | 102.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 218 | 220 | 0.24 | 0.01 | 0 | 0.14 | 182.31 | 0.43 | 0.76 |
Hex | A8 | DA | DC | 18 | 1 | 0 | E | B6 | 2B | 4C |
Octal | 250 | 332 | 334 | 30 | 1 | 0 | 16 | 266 | 53 | 114 |
Binary | 10101000 | 11011010 | 11011100 | 11000 | 1 | 0 | 1110 | 10110110 | 101011 | 1001100 |
Color Harmonies of #A8DADC
Complementary color
Monochromatic Colors of #A8DADC
Black with #A8DADC
Text Example
Text Example
White with #A8DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DADC; }
p { color: rgb(168,218,220); }
H1.HeaderClassName
{
color: #A8DADC;
}
.AnyTagClassName
{
color: #A8DADC;
}
</style>
background-color css
<style>
a { background-color: #A8DADC; }
a { background-color: rgb(168,218,220); }
div.DivClassName
{
background-color: #A8DADC;
}
.BgClassName
{
background-color: #A8DADC;
}
</style>
border-color css
<style>
span { border-color: #A8DADC; }
span { border-color: rgb(168,218,220); }
td.TdClassName
{
border-color: #A8DADC;
}
.TagClassName
{
border-color: #A8DADC;
}
</style>