Shades of Charlotte #90DDE5
Tints of Charlotte #90DDE5
RGB
CMYK
RGB Variations
Color information
#90DDE5 (or 0x90DDE5) is known color: Charlotte. HEX triplet: 90, DD and E5. RGB value is (144,221,229). Sum of RGB (Red+Green+Blue) = 144+221+229=594 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.24% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #90DDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DDE5 is #6F221A. Grayscale: #C6C6C6. Windows color (decimal): -7283227 or 15064464. OLE color: 15064464.
HSL color Cylindrical-coordinate representation of color #90DDE5: hue angle of 185.65º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90DDE5 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 221 | 229 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.10 |
| HSL | 185.65º | 0.62% | 0.73% | - |
| HSV(B) | 185.65º | 0.37% | 0.9% | - |
| XYZ | 51.5 | 63.3 | 83.63 | - |
| YUV | 198.89 | 144.99 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 229 | 0.37 | 0.03 | 0 | 0.10 | 185.65 | 0.62 | 0.73 |
| Hex | 90 | DD | E5 | 25 | 3 | 0 | A | BA | 3E | 49 |
| Octal | 220 | 335 | 345 | 45 | 3 | 0 | 12 | 272 | 76 | 111 |
| Binary | 10010000 | 11011101 | 11100101 | 100101 | 11 | 0 | 1010 | 10111010 | 111110 | 1001001 |
Color Harmonies of #90DDE5
Complementary color
Monochromatic Colors of #90DDE5
Black with #90DDE5
Text Example
Text Example
White with #90DDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DDE5; }
p { color: rgb(144,221,229); }
H1.HeaderClassName
{
color: #90DDE5;
}
.AnyTagClassName
{
color: #90DDE5;
}
</style>
background-color css
<style>
a { background-color: #90DDE5; }
a { background-color: rgb(144,221,229); }
div.DivClassName
{
background-color: #90DDE5;
}
.BgClassName
{
background-color: #90DDE5;
}
</style>
border-color css
<style>
span { border-color: #90DDE5; }
span { border-color: rgb(144,221,229); }
td.TdClassName
{
border-color: #90DDE5;
}
.TagClassName
{
border-color: #90DDE5;
}
</style>