Shades of Pattens Blue #C9DEEC
Tints of Pattens Blue #C9DEEC
RGB
CMYK
RGB Variations
Color information
#C9DEEC (or 0xC9DEEC) is known color: Pattens Blue. HEX triplet: C9, DE and EC. RGB value is (201,222,236). Sum of RGB (Red+Green+Blue) = 201+222+236=659 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.50% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DEEC is #362113. Grayscale: #D9D9D9. Windows color (decimal): -3547412 or 15523529. OLE color: 15523529.
HSL color Cylindrical-coordinate representation of color #C9DEEC: hue angle of 204º 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 #C9DEEC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 222 | 236 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.07 |
| HSL | 204º | 0.48% | 0.86% | - |
| HSV(B) | 204º | 0.15% | 0.93% | - |
| XYZ | 65.35 | 70.72 | 89.56 | - |
| YUV | 217.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 222 | 236 | 0.15 | 0.06 | 0 | 0.07 | 204 | 0.48 | 0.86 |
| Hex | C9 | DE | EC | F | 6 | 0 | 7 | CC | 30 | 56 |
| Octal | 311 | 336 | 354 | 17 | 6 | 0 | 7 | 314 | 60 | 126 |
| Binary | 11001001 | 11011110 | 11101100 | 1111 | 110 | 0 | 111 | 11001100 | 110000 | 1010110 |
Color Harmonies of #C9DEEC
Complementary color
Monochromatic Colors of #C9DEEC
Black with #C9DEEC
Text Example
Text Example
White with #C9DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DEEC; }
p { color: rgb(201,222,236); }
H1.HeaderClassName
{
color: #C9DEEC;
}
.AnyTagClassName
{
color: #C9DEEC;
}
</style>
background-color css
<style>
a { background-color: #C9DEEC; }
a { background-color: rgb(201,222,236); }
div.DivClassName
{
background-color: #C9DEEC;
}
.BgClassName
{
background-color: #C9DEEC;
}
</style>
border-color css
<style>
span { border-color: #C9DEEC; }
span { border-color: rgb(201,222,236); }
td.TdClassName
{
border-color: #C9DEEC;
}
.TagClassName
{
border-color: #C9DEEC;
}
</style>