Shades of Pattens Blue #C9DFF6
Tints of Pattens Blue #C9DFF6
RGB
CMYK
RGB Variations
Color information
#C9DFF6 (or 0xC9DFF6) is known color: Pattens Blue. HEX triplet: C9, DF and F6. RGB value is (201,223,246). Sum of RGB (Red+Green+Blue) = 201+223+246=670 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 246 - color contains mainly: blue. Hex color #C9DFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DFF6 is #362009. Grayscale: #DADADA. Windows color (decimal): -3547146 or 16179145. OLE color: 16179145.
HSL color Cylindrical-coordinate representation of color #C9DFF6: hue angle of 210.67º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9DFF6 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 223 | 246 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.04 |
| HSL | 210.67º | 0.71% | 0.88% | - |
| HSV(B) | 210.67º | 0.18% | 0.96% | - |
| XYZ | 67.11 | 71.85 | 97.52 | - |
| YUV | 219.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 223 | 246 | 0.18 | 0.09 | 0 | 0.04 | 210.67 | 0.71 | 0.88 |
| Hex | C9 | DF | F6 | 12 | 9 | 0 | 4 | D3 | 47 | 58 |
| Octal | 311 | 337 | 366 | 22 | 11 | 0 | 4 | 323 | 107 | 130 |
| Binary | 11001001 | 11011111 | 11110110 | 10010 | 1001 | 0 | 100 | 11010011 | 1000111 | 1011000 |
Color Harmonies of #C9DFF6
Complementary color
Monochromatic Colors of #C9DFF6
Black with #C9DFF6
Text Example
Text Example
White with #C9DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DFF6; }
p { color: rgb(201,223,246); }
H1.HeaderClassName
{
color: #C9DFF6;
}
.AnyTagClassName
{
color: #C9DFF6;
}
</style>
background-color css
<style>
a { background-color: #C9DFF6; }
a { background-color: rgb(201,223,246); }
div.DivClassName
{
background-color: #C9DFF6;
}
.BgClassName
{
background-color: #C9DFF6;
}
</style>
border-color css
<style>
span { border-color: #C9DFF6; }
span { border-color: rgb(201,223,246); }
td.TdClassName
{
border-color: #C9DFF6;
}
.TagClassName
{
border-color: #C9DFF6;
}
</style>