Shades of Charlotte #9ADCEC
Tints of Charlotte #9ADCEC
RGB
CMYK
RGB Variations
Color information
#9ADCEC (or 0x9ADCEC) is known color: Charlotte. HEX triplet: 9A, DC and EC. RGB value is (154,220,236). Sum of RGB (Red+Green+Blue) = 154+220+236=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #9ADCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADCEC is #652313. Grayscale: #C9C9C9. Windows color (decimal): -6628116 or 15522970. OLE color: 15522970.
HSL color Cylindrical-coordinate representation of color #9ADCEC: hue angle of 191.71º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ADCEC is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 220 | 236 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.07 |
| HSL | 191.71º | 0.68% | 0.76% | - |
| HSV(B) | 191.71º | 0.35% | 0.93% | - |
| XYZ | 54.06 | 64.11 | 88.88 | - |
| YUV | 202.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 236 | 0.35 | 0.07 | 0 | 0.07 | 191.71 | 0.68 | 0.76 |
| Hex | 9A | DC | EC | 23 | 7 | 0 | 7 | C0 | 44 | 4C |
| Octal | 232 | 334 | 354 | 43 | 7 | 0 | 7 | 300 | 104 | 114 |
| Binary | 10011010 | 11011100 | 11101100 | 100011 | 111 | 0 | 111 | 11000000 | 1000100 | 1001100 |
Color Harmonies of #9ADCEC
Complementary color
Monochromatic Colors of #9ADCEC
Black with #9ADCEC
Text Example
Text Example
White with #9ADCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCEC; }
p { color: rgb(154,220,236); }
H1.HeaderClassName
{
color: #9ADCEC;
}
.AnyTagClassName
{
color: #9ADCEC;
}
</style>
background-color css
<style>
a { background-color: #9ADCEC; }
a { background-color: rgb(154,220,236); }
div.DivClassName
{
background-color: #9ADCEC;
}
.BgClassName
{
background-color: #9ADCEC;
}
</style>
border-color css
<style>
span { border-color: #9ADCEC; }
span { border-color: rgb(154,220,236); }
td.TdClassName
{
border-color: #9ADCEC;
}
.TagClassName
{
border-color: #9ADCEC;
}
</style>