Shades of Charlotte #95DDE1
Tints of Charlotte #95DDE1
RGB
CMYK
RGB Variations
Color information
#95DDE1 (or 0x95DDE1) is known color: Charlotte. HEX triplet: 95, DD and E1. RGB value is (149,221,225). Sum of RGB (Red+Green+Blue) = 149+221+225=595 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.04% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #95DDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DDE1 is #6A221E. Grayscale: #C7C7C7. Windows color (decimal): -6955551 or 14802325. OLE color: 14802325.
HSL color Cylindrical-coordinate representation of color #95DDE1: hue angle of 183.16º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95DDE1 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 221 | 225 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.12 |
| HSL | 183.16º | 0.56% | 0.73% | - |
| HSV(B) | 183.16º | 0.34% | 0.88% | - |
| XYZ | 51.84 | 63.54 | 80.77 | - |
| YUV | 199.93 | 142.15 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 221 | 225 | 0.34 | 0.02 | 0 | 0.12 | 183.16 | 0.56 | 0.73 |
| Hex | 95 | DD | E1 | 22 | 2 | 0 | C | B7 | 38 | 49 |
| Octal | 225 | 335 | 341 | 42 | 2 | 0 | 14 | 267 | 70 | 111 |
| Binary | 10010101 | 11011101 | 11100001 | 100010 | 10 | 0 | 1100 | 10110111 | 111000 | 1001001 |
Color Harmonies of #95DDE1
Complementary color
Monochromatic Colors of #95DDE1
Black with #95DDE1
Text Example
Text Example
White with #95DDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DDE1; }
p { color: rgb(149,221,225); }
H1.HeaderClassName
{
color: #95DDE1;
}
.AnyTagClassName
{
color: #95DDE1;
}
</style>
background-color css
<style>
a { background-color: #95DDE1; }
a { background-color: rgb(149,221,225); }
div.DivClassName
{
background-color: #95DDE1;
}
.BgClassName
{
background-color: #95DDE1;
}
</style>
border-color css
<style>
span { border-color: #95DDE1; }
span { border-color: rgb(149,221,225); }
td.TdClassName
{
border-color: #95DDE1;
}
.TagClassName
{
border-color: #95DDE1;
}
</style>