Shades of Charlotte #9ADDE1
Tints of Charlotte #9ADDE1
RGB
CMYK
RGB Variations
Color information
#9ADDE1 (or 0x9ADDE1) is known color: Charlotte. HEX triplet: 9A, DD and E1. RGB value is (154,221,225). Sum of RGB (Red+Green+Blue) = 154+221+225=600 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.67% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #9ADDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDE1 is #65221E. Grayscale: #C9C9C9. Windows color (decimal): -6627871 or 14802330. OLE color: 14802330.
HSL color Cylindrical-coordinate representation of color #9ADDE1: hue angle of 183.38º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ADDE1 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 221 | 225 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.12 |
| HSL | 183.38º | 0.54% | 0.74% | - |
| HSV(B) | 183.38º | 0.32% | 0.88% | - |
| XYZ | 52.77 | 64.02 | 80.81 | - |
| YUV | 201.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 225 | 0.32 | 0.02 | 0 | 0.12 | 183.38 | 0.54 | 0.74 |
| Hex | 9A | DD | E1 | 20 | 2 | 0 | C | B7 | 36 | 4A |
| Octal | 232 | 335 | 341 | 40 | 2 | 0 | 14 | 267 | 66 | 112 |
| Binary | 10011010 | 11011101 | 11100001 | 100000 | 10 | 0 | 1100 | 10110111 | 110110 | 1001010 |
Color Harmonies of #9ADDE1
Complementary color
Monochromatic Colors of #9ADDE1
Black with #9ADDE1
Text Example
Text Example
White with #9ADDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADDE1; }
p { color: rgb(154,221,225); }
H1.HeaderClassName
{
color: #9ADDE1;
}
.AnyTagClassName
{
color: #9ADDE1;
}
</style>
background-color css
<style>
a { background-color: #9ADDE1; }
a { background-color: rgb(154,221,225); }
div.DivClassName
{
background-color: #9ADDE1;
}
.BgClassName
{
background-color: #9ADDE1;
}
</style>
border-color css
<style>
span { border-color: #9ADDE1; }
span { border-color: rgb(154,221,225); }
td.TdClassName
{
border-color: #9ADDE1;
}
.TagClassName
{
border-color: #9ADDE1;
}
</style>