Shades of Pattens Blue #C9E5FC
Tints of Pattens Blue #C9E5FC
RGB
CMYK
RGB Variations
Color information
#C9E5FC (or 0xC9E5FC) is known color: Pattens Blue. HEX triplet: C9, E5 and FC. RGB value is (201,229,252). Sum of RGB (Red+Green+Blue) = 201+229+252=682 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.47% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9E5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9E5FC is #361A03. Grayscale: #DFDFDF. Windows color (decimal): -3545604 or 16573897. OLE color: 16573897.
HSL color Cylindrical-coordinate representation of color #C9E5FC: hue angle of 207.06º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9E5FC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 229 | 252 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.01 |
| HSL | 207.06º | 0.89% | 0.89% | - |
| HSV(B) | 207.06º | 0.2% | 0.99% | - |
| XYZ | 69.68 | 75.48 | 102.99 | - |
| YUV | 223.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 229 | 252 | 0.20 | 0.09 | 0 | 0.01 | 207.06 | 0.89 | 0.89 |
| Hex | C9 | E5 | FC | 14 | 9 | 0 | 1 | CF | 59 | 59 |
| Octal | 311 | 345 | 374 | 24 | 11 | 0 | 1 | 317 | 131 | 131 |
| Binary | 11001001 | 11100101 | 11111100 | 10100 | 1001 | 0 | 1 | 11001111 | 1011001 | 1011001 |
Color Harmonies of #C9E5FC
Complementary color
Monochromatic Colors of #C9E5FC
Black with #C9E5FC
Text Example
Text Example
White with #C9E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E5FC; }
p { color: rgb(201,229,252); }
H1.HeaderClassName
{
color: #C9E5FC;
}
.AnyTagClassName
{
color: #C9E5FC;
}
</style>
background-color css
<style>
a { background-color: #C9E5FC; }
a { background-color: rgb(201,229,252); }
div.DivClassName
{
background-color: #C9E5FC;
}
.BgClassName
{
background-color: #C9E5FC;
}
</style>
border-color css
<style>
span { border-color: #C9E5FC; }
span { border-color: rgb(201,229,252); }
td.TdClassName
{
border-color: #C9E5FC;
}
.TagClassName
{
border-color: #C9E5FC;
}
</style>