Shades of Pattens Blue #C9D8E3
Tints of Pattens Blue #C9D8E3
RGB
CMYK
RGB Variations
Color information
#C9D8E3 (or 0xC9D8E3) is known color: Pattens Blue. HEX triplet: C9, D8 and E3. RGB value is (201,216,227). Sum of RGB (Red+Green+Blue) = 201+216+227=644 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.21% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 227 (89.06% from 255 or 35.25% from 644); Max value from RGB is 227 - color contains mainly: blue. Hex color #C9D8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8E3 is #36271C. Grayscale: #D4D4D4. Windows color (decimal): -3548957 or 14932169. OLE color: 14932169.
HSL color Cylindrical-coordinate representation of color #C9D8E3: hue angle of 205.38º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9D8E3 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 216 | 227 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.11 |
| HSL | 205.38º | 0.32% | 0.84% | - |
| HSV(B) | 205.38º | 0.11% | 0.89% | - |
| XYZ | 62.51 | 67.08 | 82.33 | - |
| YUV | 212.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 227 | 0.11 | 0.05 | 0 | 0.11 | 205.38 | 0.32 | 0.84 |
| Hex | C9 | D8 | E3 | B | 5 | 0 | B | CD | 20 | 54 |
| Octal | 311 | 330 | 343 | 13 | 5 | 0 | 13 | 315 | 40 | 124 |
| Binary | 11001001 | 11011000 | 11100011 | 1011 | 101 | 0 | 1011 | 11001101 | 100000 | 1010100 |
Color Harmonies of #C9D8E3
Complementary color
Monochromatic Colors of #C9D8E3
Black with #C9D8E3
Text Example
Text Example
White with #C9D8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D8E3; }
p { color: rgb(201,216,227); }
H1.HeaderClassName
{
color: #C9D8E3;
}
.AnyTagClassName
{
color: #C9D8E3;
}
</style>
background-color css
<style>
a { background-color: #C9D8E3; }
a { background-color: rgb(201,216,227); }
div.DivClassName
{
background-color: #C9D8E3;
}
.BgClassName
{
background-color: #C9D8E3;
}
</style>
border-color css
<style>
span { border-color: #C9D8E3; }
span { border-color: rgb(201,216,227); }
td.TdClassName
{
border-color: #C9D8E3;
}
.TagClassName
{
border-color: #C9D8E3;
}
</style>