Shades of Charlotte #A5DCEF
Tints of Charlotte #A5DCEF
RGB
CMYK
RGB Variations
Color information
#A5DCEF (or 0xA5DCEF) is known color: Charlotte. HEX triplet: A5, DC and EF. RGB value is (165,220,239). Sum of RGB (Red+Green+Blue) = 165+220+239=624 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.44% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DCEF is #5A2310. Grayscale: #CDCDCD. Windows color (decimal): -5907217 or 15719589. OLE color: 15719589.
HSL color Cylindrical-coordinate representation of color #A5DCEF: hue angle of 195.41º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5DCEF is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 220 | 239 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.06 |
| HSL | 195.41º | 0.7% | 0.79% | - |
| HSV(B) | 195.41º | 0.31% | 0.94% | - |
| XYZ | 56.69 | 65.42 | 91.3 | - |
| YUV | 205.72 | 146.78 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 239 | 0.31 | 0.08 | 0 | 0.06 | 195.41 | 0.7 | 0.79 |
| Hex | A5 | DC | EF | 1F | 8 | 0 | 6 | C3 | 46 | 4F |
| Octal | 245 | 334 | 357 | 37 | 10 | 0 | 6 | 303 | 106 | 117 |
| Binary | 10100101 | 11011100 | 11101111 | 11111 | 1000 | 0 | 110 | 11000011 | 1000110 | 1001111 |
Color Harmonies of #A5DCEF
Complementary color
Monochromatic Colors of #A5DCEF
Black with #A5DCEF
Text Example
Text Example
White with #A5DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DCEF; }
p { color: rgb(165,220,239); }
H1.HeaderClassName
{
color: #A5DCEF;
}
.AnyTagClassName
{
color: #A5DCEF;
}
</style>
background-color css
<style>
a { background-color: #A5DCEF; }
a { background-color: rgb(165,220,239); }
div.DivClassName
{
background-color: #A5DCEF;
}
.BgClassName
{
background-color: #A5DCEF;
}
</style>
border-color css
<style>
span { border-color: #A5DCEF; }
span { border-color: rgb(165,220,239); }
td.TdClassName
{
border-color: #A5DCEF;
}
.TagClassName
{
border-color: #A5DCEF;
}
</style>