Shades of Charlotte #9ADFE1
Tints of Charlotte #9ADFE1
RGB
CMYK
RGB Variations
Color information
#9ADFE1 (or 0x9ADFE1) is known color: Charlotte. HEX triplet: 9A, DF and E1. RGB value is (154,223,225). Sum of RGB (Red+Green+Blue) = 154+223+225=602 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.58% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #9ADFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADFE1 is #65201E. Grayscale: #CACACA. Windows color (decimal): -6627359 or 14802842. OLE color: 14802842.
HSL color Cylindrical-coordinate representation of color #9ADFE1: hue angle of 181.69º 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 #9ADFE1 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 223 | 225 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.12 |
| HSL | 181.69º | 0.54% | 0.74% | - |
| HSV(B) | 181.69º | 0.32% | 0.88% | - |
| XYZ | 53.3 | 65.08 | 80.99 | - |
| YUV | 202.6 | 140.64 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 225 | 0.32 | 0.01 | 0 | 0.12 | 181.69 | 0.54 | 0.74 |
| Hex | 9A | DF | E1 | 20 | 1 | 0 | C | B6 | 36 | 4A |
| Octal | 232 | 337 | 341 | 40 | 1 | 0 | 14 | 266 | 66 | 112 |
| Binary | 10011010 | 11011111 | 11100001 | 100000 | 1 | 0 | 1100 | 10110110 | 110110 | 1001010 |
Color Harmonies of #9ADFE1
Complementary color
Monochromatic Colors of #9ADFE1
Black with #9ADFE1
Text Example
Text Example
White with #9ADFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADFE1; }
p { color: rgb(154,223,225); }
H1.HeaderClassName
{
color: #9ADFE1;
}
.AnyTagClassName
{
color: #9ADFE1;
}
</style>
background-color css
<style>
a { background-color: #9ADFE1; }
a { background-color: rgb(154,223,225); }
div.DivClassName
{
background-color: #9ADFE1;
}
.BgClassName
{
background-color: #9ADFE1;
}
</style>
border-color css
<style>
span { border-color: #9ADFE1; }
span { border-color: rgb(154,223,225); }
td.TdClassName
{
border-color: #9ADFE1;
}
.TagClassName
{
border-color: #9ADFE1;
}
</style>