Shades of Charlotte #95DAE3
Tints of Charlotte #95DAE3
RGB
CMYK
RGB Variations
Color information
#95DAE3 (or 0x95DAE3) is known color: Charlotte. HEX triplet: 95, DA and E3. RGB value is (149,218,227). Sum of RGB (Red+Green+Blue) = 149+218+227=594 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.08% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 227 (89.06% from 255 or 38.22% from 594); Max value from RGB is 227 - color contains mainly: blue. Hex color #95DAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DAE3 is #6A251C. Grayscale: #C6C6C6. Windows color (decimal): -6956317 or 14932629. OLE color: 14932629.
HSL color Cylindrical-coordinate representation of color #95DAE3: hue angle of 186.92º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95DAE3 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 218 | 227 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.11 |
| HSL | 186.92º | 0.58% | 0.74% | - |
| HSV(B) | 186.92º | 0.34% | 0.89% | - |
| XYZ | 51.33 | 62.08 | 81.95 | - |
| YUV | 198.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 218 | 227 | 0.34 | 0.04 | 0 | 0.11 | 186.92 | 0.58 | 0.74 |
| Hex | 95 | DA | E3 | 22 | 4 | 0 | B | BB | 3A | 4A |
| Octal | 225 | 332 | 343 | 42 | 4 | 0 | 13 | 273 | 72 | 112 |
| Binary | 10010101 | 11011010 | 11100011 | 100010 | 100 | 0 | 1011 | 10111011 | 111010 | 1001010 |
Color Harmonies of #95DAE3
Complementary color
Monochromatic Colors of #95DAE3
Black with #95DAE3
Text Example
Text Example
White with #95DAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DAE3; }
p { color: rgb(149,218,227); }
H1.HeaderClassName
{
color: #95DAE3;
}
.AnyTagClassName
{
color: #95DAE3;
}
</style>
background-color css
<style>
a { background-color: #95DAE3; }
a { background-color: rgb(149,218,227); }
div.DivClassName
{
background-color: #95DAE3;
}
.BgClassName
{
background-color: #95DAE3;
}
</style>
border-color css
<style>
span { border-color: #95DAE3; }
span { border-color: rgb(149,218,227); }
td.TdClassName
{
border-color: #95DAE3;
}
.TagClassName
{
border-color: #95DAE3;
}
</style>