Shades of Charlotte #9ADCDF
Tints of Charlotte #9ADCDF
RGB
CMYK
RGB Variations
Color information
#9ADCDF (or 0x9ADCDF) is known color: Charlotte. HEX triplet: 9A, DC and DF. RGB value is (154,220,223). Sum of RGB (Red+Green+Blue) = 154+220+223=597 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.80% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ADCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCDF is #652320. Grayscale: #C8C8C8. Windows color (decimal): -6628129 or 14671002. OLE color: 14671002.
HSL color Cylindrical-coordinate representation of color #9ADCDF: hue angle of 182.61º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADCDF is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 220 | 223 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.13 |
| HSL | 182.61º | 0.52% | 0.74% | - |
| HSV(B) | 182.61º | 0.31% | 0.87% | - |
| XYZ | 52.24 | 63.38 | 79.29 | - |
| YUV | 200.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 223 | 0.31 | 0.01 | 0 | 0.13 | 182.61 | 0.52 | 0.74 |
| Hex | 9A | DC | DF | 1F | 1 | 0 | D | B7 | 34 | 4A |
| Octal | 232 | 334 | 337 | 37 | 1 | 0 | 15 | 267 | 64 | 112 |
| Binary | 10011010 | 11011100 | 11011111 | 11111 | 1 | 0 | 1101 | 10110111 | 110100 | 1001010 |
Color Harmonies of #9ADCDF
Complementary color
Monochromatic Colors of #9ADCDF
Black with #9ADCDF
Text Example
Text Example
White with #9ADCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCDF; }
p { color: rgb(154,220,223); }
H1.HeaderClassName
{
color: #9ADCDF;
}
.AnyTagClassName
{
color: #9ADCDF;
}
</style>
background-color css
<style>
a { background-color: #9ADCDF; }
a { background-color: rgb(154,220,223); }
div.DivClassName
{
background-color: #9ADCDF;
}
.BgClassName
{
background-color: #9ADCDF;
}
</style>
border-color css
<style>
span { border-color: #9ADCDF; }
span { border-color: rgb(154,220,223); }
td.TdClassName
{
border-color: #9ADCDF;
}
.TagClassName
{
border-color: #9ADCDF;
}
</style>