Shades of Pattens Blue #C9DFE8
Tints of Pattens Blue #C9DFE8
RGB
CMYK
RGB Variations
Color information
#C9DFE8 (or 0xC9DFE8) is known color: Pattens Blue. HEX triplet: C9, DF and E8. RGB value is (201,223,232). Sum of RGB (Red+Green+Blue) = 201+223+232=656 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.64% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 232 - color contains mainly: blue. Hex color #C9DFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DFE8 is #362017. Grayscale: #D9D9D9. Windows color (decimal): -3547160 or 15261641. OLE color: 15261641.
HSL color Cylindrical-coordinate representation of color #C9DFE8: hue angle of 197.42º 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 #C9DFE8 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 223 | 232 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.09 |
| HSL | 197.42º | 0.4% | 0.85% | - |
| HSV(B) | 197.42º | 0.13% | 0.91% | - |
| XYZ | 65.04 | 71.02 | 86.62 | - |
| YUV | 217.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 223 | 232 | 0.13 | 0.04 | 0 | 0.09 | 197.42 | 0.4 | 0.85 |
| Hex | C9 | DF | E8 | D | 4 | 0 | 9 | C5 | 28 | 55 |
| Octal | 311 | 337 | 350 | 15 | 4 | 0 | 11 | 305 | 50 | 125 |
| Binary | 11001001 | 11011111 | 11101000 | 1101 | 100 | 0 | 1001 | 11000101 | 101000 | 1010101 |
Color Harmonies of #C9DFE8
Complementary color
Monochromatic Colors of #C9DFE8
Black with #C9DFE8
Text Example
Text Example
White with #C9DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DFE8; }
p { color: rgb(201,223,232); }
H1.HeaderClassName
{
color: #C9DFE8;
}
.AnyTagClassName
{
color: #C9DFE8;
}
</style>
background-color css
<style>
a { background-color: #C9DFE8; }
a { background-color: rgb(201,223,232); }
div.DivClassName
{
background-color: #C9DFE8;
}
.BgClassName
{
background-color: #C9DFE8;
}
</style>
border-color css
<style>
span { border-color: #C9DFE8; }
span { border-color: rgb(201,223,232); }
td.TdClassName
{
border-color: #C9DFE8;
}
.TagClassName
{
border-color: #C9DFE8;
}
</style>