Shades of Pattens Blue #C9DBE8
Tints of Pattens Blue #C9DBE8
RGB
CMYK
RGB Variations
Color information
#C9DBE8 (or 0xC9DBE8) is known color: Pattens Blue. HEX triplet: C9, DB and E8. RGB value is (201,219,232). Sum of RGB (Red+Green+Blue) = 201+219+232=652 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.83% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 232 - color contains mainly: blue. Hex color #C9DBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DBE8 is #362417. Grayscale: #D7D7D7. Windows color (decimal): -3548184 or 15260617. OLE color: 15260617.
HSL color Cylindrical-coordinate representation of color #C9DBE8: hue angle of 205.16º degrees, saturation: 0.4, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9DBE8 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 219 | 232 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.09 |
| HSL | 205.16º | 0.4% | 0.85% | - |
| HSV(B) | 205.16º | 0.13% | 0.91% | - |
| XYZ | 63.98 | 68.91 | 86.27 | - |
| YUV | 215.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 232 | 0.13 | 0.06 | 0 | 0.09 | 205.16 | 0.4 | 0.85 |
| Hex | C9 | DB | E8 | D | 6 | 0 | 9 | CD | 28 | 55 |
| Octal | 311 | 333 | 350 | 15 | 6 | 0 | 11 | 315 | 50 | 125 |
| Binary | 11001001 | 11011011 | 11101000 | 1101 | 110 | 0 | 1001 | 11001101 | 101000 | 1010101 |
Color Harmonies of #C9DBE8
Complementary color
Monochromatic Colors of #C9DBE8
Black with #C9DBE8
Text Example
Text Example
White with #C9DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBE8; }
p { color: rgb(201,219,232); }
H1.HeaderClassName
{
color: #C9DBE8;
}
.AnyTagClassName
{
color: #C9DBE8;
}
</style>
background-color css
<style>
a { background-color: #C9DBE8; }
a { background-color: rgb(201,219,232); }
div.DivClassName
{
background-color: #C9DBE8;
}
.BgClassName
{
background-color: #C9DBE8;
}
</style>
border-color css
<style>
span { border-color: #C9DBE8; }
span { border-color: rgb(201,219,232); }
td.TdClassName
{
border-color: #C9DBE8;
}
.TagClassName
{
border-color: #C9DBE8;
}
</style>