Shades of Charlotte #9ADBDF
Tints of Charlotte #9ADBDF
RGB
CMYK
RGB Variations
Color information
#9ADBDF (or 0x9ADBDF) is known color: Charlotte. HEX triplet: 9A, DB and DF. RGB value is (154,219,223). Sum of RGB (Red+Green+Blue) = 154+219+223=596 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.84% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ADBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBDF is #652420. Grayscale: #C7C7C7. Windows color (decimal): -6628385 or 14670746. OLE color: 14670746.
HSL color Cylindrical-coordinate representation of color #9ADBDF: hue angle of 183.48º 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 #9ADBDF is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 219 | 223 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.13 |
| HSL | 183.48º | 0.52% | 0.74% | - |
| HSV(B) | 183.48º | 0.31% | 0.87% | - |
| XYZ | 51.98 | 62.86 | 79.21 | - |
| YUV | 200.02 | 140.97 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 223 | 0.31 | 0.02 | 0 | 0.13 | 183.48 | 0.52 | 0.74 |
| Hex | 9A | DB | DF | 1F | 2 | 0 | D | B7 | 34 | 4A |
| Octal | 232 | 333 | 337 | 37 | 2 | 0 | 15 | 267 | 64 | 112 |
| Binary | 10011010 | 11011011 | 11011111 | 11111 | 10 | 0 | 1101 | 10110111 | 110100 | 1001010 |
Color Harmonies of #9ADBDF
Complementary color
Monochromatic Colors of #9ADBDF
Black with #9ADBDF
Text Example
Text Example
White with #9ADBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBDF; }
p { color: rgb(154,219,223); }
H1.HeaderClassName
{
color: #9ADBDF;
}
.AnyTagClassName
{
color: #9ADBDF;
}
</style>
background-color css
<style>
a { background-color: #9ADBDF; }
a { background-color: rgb(154,219,223); }
div.DivClassName
{
background-color: #9ADBDF;
}
.BgClassName
{
background-color: #9ADBDF;
}
</style>
border-color css
<style>
span { border-color: #9ADBDF; }
span { border-color: rgb(154,219,223); }
td.TdClassName
{
border-color: #9ADBDF;
}
.TagClassName
{
border-color: #9ADBDF;
}
</style>