Shades of Charlotte #9CDAED
Tints of Charlotte #9CDAED
RGB
CMYK
RGB Variations
Color information
#9CDAED (or 0x9CDAED) is known color: Charlotte. HEX triplet: 9C, DA and ED. RGB value is (156,218,237). Sum of RGB (Red+Green+Blue) = 156+218+237=611 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.53% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #9CDAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDAED is #632512. Grayscale: #C9C9C9. Windows color (decimal): -6497555 or 15587996. OLE color: 15587996.
HSL color Cylindrical-coordinate representation of color #9CDAED: hue angle of 194.07º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CDAED is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 156 | 218 | 237 | - |
CMYK | 0.34 | 0.08 | 0 | 0.07 |
HSL | 194.07º | 0.69% | 0.77% | - |
HSV(B) | 194.07º | 0.34% | 0.93% | - |
XYZ | 54.07 | 63.33 | 89.49 | - |
YUV | 201.63 | 147.96 | 95.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 218 | 237 | 0.34 | 0.08 | 0 | 0.07 | 194.07 | 0.69 | 0.77 |
Hex | 9C | DA | ED | 22 | 8 | 0 | 7 | C2 | 45 | 4D |
Octal | 234 | 332 | 355 | 42 | 10 | 0 | 7 | 302 | 105 | 115 |
Binary | 10011100 | 11011010 | 11101101 | 100010 | 1000 | 0 | 111 | 11000010 | 1000101 | 1001101 |
Color Harmonies of #9CDAED
Complementary color
Monochromatic Colors of #9CDAED
Black with #9CDAED
Text Example
Text Example
White with #9CDAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDAED; }
p { color: rgb(156,218,237); }
H1.HeaderClassName
{
color: #9CDAED;
}
.AnyTagClassName
{
color: #9CDAED;
}
</style>
background-color css
<style>
a { background-color: #9CDAED; }
a { background-color: rgb(156,218,237); }
div.DivClassName
{
background-color: #9CDAED;
}
.BgClassName
{
background-color: #9CDAED;
}
</style>
border-color css
<style>
span { border-color: #9CDAED; }
span { border-color: rgb(156,218,237); }
td.TdClassName
{
border-color: #9CDAED;
}
.TagClassName
{
border-color: #9CDAED;
}
</style>