Shades of Pattens Blue #C9DCEF
Tints of Pattens Blue #C9DCEF
RGB
CMYK
RGB Variations
Color information
#C9DCEF (or 0xC9DCEF) is known color: Pattens Blue. HEX triplet: C9, DC and EF. RGB value is (201,220,239). Sum of RGB (Red+Green+Blue) = 201+220+239=660 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.45% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DCEF is #362310. Grayscale: #D8D8D8. Windows color (decimal): -3547921 or 15719625. OLE color: 15719625.
HSL color Cylindrical-coordinate representation of color #C9DCEF: hue angle of 210º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9DCEF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 220 | 239 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.06 |
| HSL | 210º | 0.54% | 0.86% | - |
| HSV(B) | 210º | 0.16% | 0.94% | - |
| XYZ | 65.26 | 69.84 | 91.7 | - |
| YUV | 216.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 239 | 0.16 | 0.08 | 0 | 0.06 | 210 | 0.54 | 0.86 |
| Hex | C9 | DC | EF | 10 | 8 | 0 | 6 | D2 | 36 | 56 |
| Octal | 311 | 334 | 357 | 20 | 10 | 0 | 6 | 322 | 66 | 126 |
| Binary | 11001001 | 11011100 | 11101111 | 10000 | 1000 | 0 | 110 | 11010010 | 110110 | 1010110 |
Color Harmonies of #C9DCEF
Complementary color
Monochromatic Colors of #C9DCEF
Black with #C9DCEF
Text Example
Text Example
White with #C9DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCEF; }
p { color: rgb(201,220,239); }
H1.HeaderClassName
{
color: #C9DCEF;
}
.AnyTagClassName
{
color: #C9DCEF;
}
</style>
background-color css
<style>
a { background-color: #C9DCEF; }
a { background-color: rgb(201,220,239); }
div.DivClassName
{
background-color: #C9DCEF;
}
.BgClassName
{
background-color: #C9DCEF;
}
</style>
border-color css
<style>
span { border-color: #C9DCEF; }
span { border-color: rgb(201,220,239); }
td.TdClassName
{
border-color: #C9DCEF;
}
.TagClassName
{
border-color: #C9DCEF;
}
</style>