Shades of Pattens Blue #C9DCED
Tints of Pattens Blue #C9DCED
RGB
CMYK
RGB Variations
Color information
#C9DCED (or 0xC9DCED) is known color: Pattens Blue. HEX triplet: C9, DC and ED. RGB value is (201,220,237). Sum of RGB (Red+Green+Blue) = 201+220+237=658 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.55% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DCED is #362312. Grayscale: #D8D8D8. Windows color (decimal): -3547923 or 15588553. OLE color: 15588553.
HSL color Cylindrical-coordinate representation of color #C9DCED: hue angle of 208.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9DCED is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 220 | 237 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.07 |
| HSL | 208.33º | 0.5% | 0.86% | - |
| HSV(B) | 208.33º | 0.15% | 0.93% | - |
| XYZ | 64.97 | 69.72 | 90.15 | - |
| YUV | 216.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 237 | 0.15 | 0.07 | 0 | 0.07 | 208.33 | 0.5 | 0.86 |
| Hex | C9 | DC | ED | F | 7 | 0 | 7 | D0 | 32 | 56 |
| Octal | 311 | 334 | 355 | 17 | 7 | 0 | 7 | 320 | 62 | 126 |
| Binary | 11001001 | 11011100 | 11101101 | 1111 | 111 | 0 | 111 | 11010000 | 110010 | 1010110 |
Color Harmonies of #C9DCED
Complementary color
Monochromatic Colors of #C9DCED
Black with #C9DCED
Text Example
Text Example
White with #C9DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCED; }
p { color: rgb(201,220,237); }
H1.HeaderClassName
{
color: #C9DCED;
}
.AnyTagClassName
{
color: #C9DCED;
}
</style>
background-color css
<style>
a { background-color: #C9DCED; }
a { background-color: rgb(201,220,237); }
div.DivClassName
{
background-color: #C9DCED;
}
.BgClassName
{
background-color: #C9DCED;
}
</style>
border-color css
<style>
span { border-color: #C9DCED; }
span { border-color: rgb(201,220,237); }
td.TdClassName
{
border-color: #C9DCED;
}
.TagClassName
{
border-color: #C9DCED;
}
</style>