Shades of Charlotte #9ADBED
Tints of Charlotte #9ADBED
RGB
CMYK
RGB Variations
Color information
#9ADBED (or 0x9ADBED) is known color: Charlotte. HEX triplet: 9A, DB and ED. RGB value is (154,219,237). Sum of RGB (Red+Green+Blue) = 154+219+237=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #9ADBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADBED is #652412. Grayscale: #C9C9C9. Windows color (decimal): -6628371 or 15588250. OLE color: 15588250.
HSL color Cylindrical-coordinate representation of color #9ADBED: hue angle of 193.01º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ADBED is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 219 | 237 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.07 |
| HSL | 193.01º | 0.7% | 0.77% | - |
| HSV(B) | 193.01º | 0.35% | 0.93% | - |
| XYZ | 53.94 | 63.65 | 89.56 | - |
| YUV | 201.62 | 147.97 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 237 | 0.35 | 0.08 | 0 | 0.07 | 193.01 | 0.7 | 0.77 |
| Hex | 9A | DB | ED | 23 | 8 | 0 | 7 | C1 | 46 | 4D |
| Octal | 232 | 333 | 355 | 43 | 10 | 0 | 7 | 301 | 106 | 115 |
| Binary | 10011010 | 11011011 | 11101101 | 100011 | 1000 | 0 | 111 | 11000001 | 1000110 | 1001101 |
Color Harmonies of #9ADBED
Complementary color
Monochromatic Colors of #9ADBED
Black with #9ADBED
Text Example
Text Example
White with #9ADBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBED; }
p { color: rgb(154,219,237); }
H1.HeaderClassName
{
color: #9ADBED;
}
.AnyTagClassName
{
color: #9ADBED;
}
</style>
background-color css
<style>
a { background-color: #9ADBED; }
a { background-color: rgb(154,219,237); }
div.DivClassName
{
background-color: #9ADBED;
}
.BgClassName
{
background-color: #9ADBED;
}
</style>
border-color css
<style>
span { border-color: #9ADBED; }
span { border-color: rgb(154,219,237); }
td.TdClassName
{
border-color: #9ADBED;
}
.TagClassName
{
border-color: #9ADBED;
}
</style>