Shades of Pattens Blue #C9DEE7
Tints of Pattens Blue #C9DEE7
RGB
CMYK
RGB Variations
Color information
#C9DEE7 (or 0xC9DEE7) is known color: Pattens Blue. HEX triplet: C9, DE and E7. RGB value is (201,222,231). Sum of RGB (Red+Green+Blue) = 201+222+231=654 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.73% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 231 - color contains mainly: blue. Hex color #C9DEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DEE7 is #362118. Grayscale: #D8D8D8. Windows color (decimal): -3547417 or 15195849. OLE color: 15195849.
HSL color Cylindrical-coordinate representation of color #C9DEE7: hue angle of 198º degrees, saturation: 0.38, 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 #C9DEE7 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 201 | 222 | 231 | - |
CMYK | 0.13 | 0.04 | 0 | 0.09 |
HSL | 198º | 0.38% | 0.85% | - |
HSV(B) | 198º | 0.13% | 0.91% | - |
XYZ | 64.63 | 70.43 | 85.79 | - |
YUV | 216.75 | 136.04 | 116.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 222 | 231 | 0.13 | 0.04 | 0 | 0.09 | 198 | 0.38 | 0.85 |
Hex | C9 | DE | E7 | D | 4 | 0 | 9 | C6 | 26 | 55 |
Octal | 311 | 336 | 347 | 15 | 4 | 0 | 11 | 306 | 46 | 125 |
Binary | 11001001 | 11011110 | 11100111 | 1101 | 100 | 0 | 1001 | 11000110 | 100110 | 1010101 |
Color Harmonies of #C9DEE7
Complementary color
Monochromatic Colors of #C9DEE7
Black with #C9DEE7
Text Example
Text Example
White with #C9DEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DEE7; }
p { color: rgb(201,222,231); }
H1.HeaderClassName
{
color: #C9DEE7;
}
.AnyTagClassName
{
color: #C9DEE7;
}
</style>
background-color css
<style>
a { background-color: #C9DEE7; }
a { background-color: rgb(201,222,231); }
div.DivClassName
{
background-color: #C9DEE7;
}
.BgClassName
{
background-color: #C9DEE7;
}
</style>
border-color css
<style>
span { border-color: #C9DEE7; }
span { border-color: rgb(201,222,231); }
td.TdClassName
{
border-color: #C9DEE7;
}
.TagClassName
{
border-color: #C9DEE7;
}
</style>