Shades of Charlotte #90DEE5
Tints of Charlotte #90DEE5
RGB
CMYK
RGB Variations
Color information
#90DEE5 (or 0x90DEE5) is known color: Charlotte. HEX triplet: 90, DE and E5. RGB value is (144,222,229). Sum of RGB (Red+Green+Blue) = 144+222+229=595 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.20% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #90DEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DEE5 is #6F211A. Grayscale: #C7C7C7. Windows color (decimal): -7282971 or 15064720. OLE color: 15064720.
HSL color Cylindrical-coordinate representation of color #90DEE5: hue angle of 184.94º 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 #90DEE5 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 222 | 229 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.10 |
| HSL | 184.94º | 0.62% | 0.73% | - |
| HSV(B) | 184.94º | 0.37% | 0.9% | - |
| XYZ | 51.77 | 63.83 | 83.72 | - |
| YUV | 199.48 | 144.66 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 229 | 0.37 | 0.03 | 0 | 0.10 | 184.94 | 0.62 | 0.73 |
| Hex | 90 | DE | E5 | 25 | 3 | 0 | A | B9 | 3E | 49 |
| Octal | 220 | 336 | 345 | 45 | 3 | 0 | 12 | 271 | 76 | 111 |
| Binary | 10010000 | 11011110 | 11100101 | 100101 | 11 | 0 | 1010 | 10111001 | 111110 | 1001001 |
Color Harmonies of #90DEE5
Complementary color
Monochromatic Colors of #90DEE5
Black with #90DEE5
Text Example
Text Example
White with #90DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DEE5; }
p { color: rgb(144,222,229); }
H1.HeaderClassName
{
color: #90DEE5;
}
.AnyTagClassName
{
color: #90DEE5;
}
</style>
background-color css
<style>
a { background-color: #90DEE5; }
a { background-color: rgb(144,222,229); }
div.DivClassName
{
background-color: #90DEE5;
}
.BgClassName
{
background-color: #90DEE5;
}
</style>
border-color css
<style>
span { border-color: #90DEE5; }
span { border-color: rgb(144,222,229); }
td.TdClassName
{
border-color: #90DEE5;
}
.TagClassName
{
border-color: #90DEE5;
}
</style>