Shades of Pattens Blue #C9DCEC
Tints of Pattens Blue #C9DCEC
RGB
CMYK
RGB Variations
Color information
#C9DCEC (or 0xC9DCEC) is known color: Pattens Blue. HEX triplet: C9, DC and EC. RGB value is (201,220,236). Sum of RGB (Red+Green+Blue) = 201+220+236=657 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.59% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DCEC is #362313. Grayscale: #D8D8D8. Windows color (decimal): -3547924 or 15523017. OLE color: 15523017.
HSL color Cylindrical-coordinate representation of color #C9DCEC: hue angle of 207.43º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9DCEC is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 220 | 236 | - |
CMYK | 0.15 | 0.07 | 0 | 0.07 |
HSL | 207.43º | 0.48% | 0.86% | - |
HSV(B) | 207.43º | 0.15% | 0.93% | - |
XYZ | 64.82 | 69.66 | 89.39 | - |
YUV | 216.14 | 139.21 | 117.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 220 | 236 | 0.15 | 0.07 | 0 | 0.07 | 207.43 | 0.48 | 0.86 |
Hex | C9 | DC | EC | F | 7 | 0 | 7 | CF | 30 | 56 |
Octal | 311 | 334 | 354 | 17 | 7 | 0 | 7 | 317 | 60 | 126 |
Binary | 11001001 | 11011100 | 11101100 | 1111 | 111 | 0 | 111 | 11001111 | 110000 | 1010110 |
Color Harmonies of #C9DCEC
Complementary color
Monochromatic Colors of #C9DCEC
Black with #C9DCEC
Text Example
Text Example
White with #C9DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCEC; }
p { color: rgb(201,220,236); }
H1.HeaderClassName
{
color: #C9DCEC;
}
.AnyTagClassName
{
color: #C9DCEC;
}
</style>
background-color css
<style>
a { background-color: #C9DCEC; }
a { background-color: rgb(201,220,236); }
div.DivClassName
{
background-color: #C9DCEC;
}
.BgClassName
{
background-color: #C9DCEC;
}
</style>
border-color css
<style>
span { border-color: #C9DCEC; }
span { border-color: rgb(201,220,236); }
td.TdClassName
{
border-color: #C9DCEC;
}
.TagClassName
{
border-color: #C9DCEC;
}
</style>