Shades of Pattens Blue #C9DAE9
Tints of Pattens Blue #C9DAE9
RGB
CMYK
RGB Variations
Color information
#C9DAE9 (or 0xC9DAE9) is known color: Pattens Blue. HEX triplet: C9, DA and E9. RGB value is (201,218,233). Sum of RGB (Red+Green+Blue) = 201+218+233=652 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.83% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 233 - color contains mainly: blue. Hex color #C9DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DAE9 is #362516. Grayscale: #D6D6D6. Windows color (decimal): -3548439 or 15325897. OLE color: 15325897.
HSL color Cylindrical-coordinate representation of color #C9DAE9: hue angle of 208.12º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9DAE9 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 218 | 233 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.09 |
| HSL | 208.13º | 0.42% | 0.85% | - |
| HSV(B) | 208.13º | 0.14% | 0.91% | - |
| XYZ | 63.87 | 68.44 | 86.94 | - |
| YUV | 214.63 | 138.37 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 233 | 0.14 | 0.06 | 0 | 0.09 | 208.13 | 0.42 | 0.85 |
| Hex | C9 | DA | E9 | E | 6 | 0 | 9 | D0 | 2A | 55 |
| Octal | 311 | 332 | 351 | 16 | 6 | 0 | 11 | 320 | 52 | 125 |
| Binary | 11001001 | 11011010 | 11101001 | 1110 | 110 | 0 | 1001 | 11010000 | 101010 | 1010101 |
Color Harmonies of #C9DAE9
Complementary color
Monochromatic Colors of #C9DAE9
Black with #C9DAE9
Text Example
Text Example
White with #C9DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DAE9; }
p { color: rgb(201,218,233); }
H1.HeaderClassName
{
color: #C9DAE9;
}
.AnyTagClassName
{
color: #C9DAE9;
}
</style>
background-color css
<style>
a { background-color: #C9DAE9; }
a { background-color: rgb(201,218,233); }
div.DivClassName
{
background-color: #C9DAE9;
}
.BgClassName
{
background-color: #C9DAE9;
}
</style>
border-color css
<style>
span { border-color: #C9DAE9; }
span { border-color: rgb(201,218,233); }
td.TdClassName
{
border-color: #C9DAE9;
}
.TagClassName
{
border-color: #C9DAE9;
}
</style>