Shades of Pattens Blue #C9DCE4
Tints of Pattens Blue #C9DCE4
RGB
CMYK
RGB Variations
Color information
#C9DCE4 (or 0xC9DCE4) is known color: Pattens Blue. HEX triplet: C9, DC and E4. RGB value is (201,220,228). Sum of RGB (Red+Green+Blue) = 201+220+228=649 (85% of max value = 765). Red value is 201 (78.91% from 255 or 30.97% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 228 - color contains mainly: blue. Hex color #C9DCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCE4 is #36231B. Grayscale: #D7D7D7. Windows color (decimal): -3547932 or 14998729. OLE color: 14998729.
HSL color Cylindrical-coordinate representation of color #C9DCE4: hue angle of 197.78º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9DCE4 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 201 | 220 | 228 | - |
CMYK | 0.12 | 0.04 | 0 | 0.11 |
HSL | 197.78º | 0.33% | 0.84% | - |
HSV(B) | 197.78º | 0.12% | 0.89% | - |
XYZ | 63.68 | 69.21 | 83.4 | - |
YUV | 215.23 | 135.21 | 117.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 220 | 228 | 0.12 | 0.04 | 0 | 0.11 | 197.78 | 0.33 | 0.84 |
Hex | C9 | DC | E4 | C | 4 | 0 | B | C6 | 21 | 54 |
Octal | 311 | 334 | 344 | 14 | 4 | 0 | 13 | 306 | 41 | 124 |
Binary | 11001001 | 11011100 | 11100100 | 1100 | 100 | 0 | 1011 | 11000110 | 100001 | 1010100 |
Color Harmonies of #C9DCE4
Complementary color
Monochromatic Colors of #C9DCE4
Black with #C9DCE4
Text Example
Text Example
White with #C9DCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCE4; }
p { color: rgb(201,220,228); }
H1.HeaderClassName
{
color: #C9DCE4;
}
.AnyTagClassName
{
color: #C9DCE4;
}
</style>
background-color css
<style>
a { background-color: #C9DCE4; }
a { background-color: rgb(201,220,228); }
div.DivClassName
{
background-color: #C9DCE4;
}
.BgClassName
{
background-color: #C9DCE4;
}
</style>
border-color css
<style>
span { border-color: #C9DCE4; }
span { border-color: rgb(201,220,228); }
td.TdClassName
{
border-color: #C9DCE4;
}
.TagClassName
{
border-color: #C9DCE4;
}
</style>