Shades of Charlotte #9ADBEC
Tints of Charlotte #9ADBEC
RGB
CMYK
RGB Variations
Color information
#9ADBEC (or 0x9ADBEC) is known color: Charlotte. HEX triplet: 9A, DB and EC. RGB value is (154,219,236). Sum of RGB (Red+Green+Blue) = 154+219+236=609 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.29% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #9ADBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADBEC is #652413. Grayscale: #C9C9C9. Windows color (decimal): -6628372 or 15522714. OLE color: 15522714.
HSL color Cylindrical-coordinate representation of color #9ADBEC: hue angle of 192.44º 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 #9ADBEC is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 219 | 236 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.07 |
| HSL | 192.44º | 0.68% | 0.76% | - |
| HSV(B) | 192.44º | 0.35% | 0.93% | - |
| XYZ | 53.8 | 63.59 | 88.8 | - |
| YUV | 201.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 236 | 0.35 | 0.07 | 0 | 0.07 | 192.44 | 0.68 | 0.76 |
| Hex | 9A | DB | EC | 23 | 7 | 0 | 7 | C0 | 44 | 4C |
| Octal | 232 | 333 | 354 | 43 | 7 | 0 | 7 | 300 | 104 | 114 |
| Binary | 10011010 | 11011011 | 11101100 | 100011 | 111 | 0 | 111 | 11000000 | 1000100 | 1001100 |
Color Harmonies of #9ADBEC
Complementary color
Monochromatic Colors of #9ADBEC
Black with #9ADBEC
Text Example
Text Example
White with #9ADBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBEC; }
p { color: rgb(154,219,236); }
H1.HeaderClassName
{
color: #9ADBEC;
}
.AnyTagClassName
{
color: #9ADBEC;
}
</style>
background-color css
<style>
a { background-color: #9ADBEC; }
a { background-color: rgb(154,219,236); }
div.DivClassName
{
background-color: #9ADBEC;
}
.BgClassName
{
background-color: #9ADBEC;
}
</style>
border-color css
<style>
span { border-color: #9ADBEC; }
span { border-color: rgb(154,219,236); }
td.TdClassName
{
border-color: #9ADBEC;
}
.TagClassName
{
border-color: #9ADBEC;
}
</style>