Shades of Pattens Blue #C9DBE5
Tints of Pattens Blue #C9DBE5
RGB
CMYK
RGB Variations
Color information
#C9DBE5 (or 0xC9DBE5) is known color: Pattens Blue. HEX triplet: C9, DB and E5. RGB value is (201,219,229). Sum of RGB (Red+Green+Blue) = 201+219+229=649 (85% of max value = 765). Red value is 201 (78.91% from 255 or 30.97% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 229 - color contains mainly: blue. Hex color #C9DBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBE5 is #36241A. Grayscale: #D6D6D6. Windows color (decimal): -3548187 or 15064009. OLE color: 15064009.
HSL color Cylindrical-coordinate representation of color #C9DBE5: hue angle of 201.43º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9DBE5 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 219 | 229 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.10 |
| HSL | 201.43º | 0.35% | 0.84% | - |
| HSV(B) | 201.43º | 0.12% | 0.9% | - |
| XYZ | 63.56 | 68.74 | 84.05 | - |
| YUV | 214.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 229 | 0.12 | 0.04 | 0 | 0.10 | 201.43 | 0.35 | 0.84 |
| Hex | C9 | DB | E5 | C | 4 | 0 | A | C9 | 23 | 54 |
| Octal | 311 | 333 | 345 | 14 | 4 | 0 | 12 | 311 | 43 | 124 |
| Binary | 11001001 | 11011011 | 11100101 | 1100 | 100 | 0 | 1010 | 11001001 | 100011 | 1010100 |
Color Harmonies of #C9DBE5
Complementary color
Monochromatic Colors of #C9DBE5
Black with #C9DBE5
Text Example
Text Example
White with #C9DBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBE5; }
p { color: rgb(201,219,229); }
H1.HeaderClassName
{
color: #C9DBE5;
}
.AnyTagClassName
{
color: #C9DBE5;
}
</style>
background-color css
<style>
a { background-color: #C9DBE5; }
a { background-color: rgb(201,219,229); }
div.DivClassName
{
background-color: #C9DBE5;
}
.BgClassName
{
background-color: #C9DBE5;
}
</style>
border-color css
<style>
span { border-color: #C9DBE5; }
span { border-color: rgb(201,219,229); }
td.TdClassName
{
border-color: #C9DBE5;
}
.TagClassName
{
border-color: #C9DBE5;
}
</style>