Shades of Charlotte #90DBE5
Tints of Charlotte #90DBE5
RGB
CMYK
RGB Variations
Color information
#90DBE5 (or 0x90DBE5) is known color: Charlotte. HEX triplet: 90, DB and E5. RGB value is (144,219,229). Sum of RGB (Red+Green+Blue) = 144+219+229=592 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.32% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #90DBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DBE5 is #6F241A. Grayscale: #C5C5C5. Windows color (decimal): -7283739 or 15063952. OLE color: 15063952.
HSL color Cylindrical-coordinate representation of color #90DBE5: hue angle of 187.06º 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 #90DBE5 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 219 | 229 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.10 |
| HSL | 187.06º | 0.62% | 0.73% | - |
| HSV(B) | 187.06º | 0.37% | 0.9% | - |
| XYZ | 50.98 | 62.25 | 83.46 | - |
| YUV | 197.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 229 | 0.37 | 0.04 | 0 | 0.10 | 187.06 | 0.62 | 0.73 |
| Hex | 90 | DB | E5 | 25 | 4 | 0 | A | BB | 3E | 49 |
| Octal | 220 | 333 | 345 | 45 | 4 | 0 | 12 | 273 | 76 | 111 |
| Binary | 10010000 | 11011011 | 11100101 | 100101 | 100 | 0 | 1010 | 10111011 | 111110 | 1001001 |
Color Harmonies of #90DBE5
Complementary color
Monochromatic Colors of #90DBE5
Black with #90DBE5
Text Example
Text Example
White with #90DBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBE5; }
p { color: rgb(144,219,229); }
H1.HeaderClassName
{
color: #90DBE5;
}
.AnyTagClassName
{
color: #90DBE5;
}
</style>
background-color css
<style>
a { background-color: #90DBE5; }
a { background-color: rgb(144,219,229); }
div.DivClassName
{
background-color: #90DBE5;
}
.BgClassName
{
background-color: #90DBE5;
}
</style>
border-color css
<style>
span { border-color: #90DBE5; }
span { border-color: rgb(144,219,229); }
td.TdClassName
{
border-color: #90DBE5;
}
.TagClassName
{
border-color: #90DBE5;
}
</style>