Shades of Pattens Blue #C9E6FC
Tints of Pattens Blue #C9E6FC
RGB
CMYK
RGB Variations
Color information
#C9E6FC (or 0xC9E6FC) is known color: Pattens Blue. HEX triplet: C9, E6 and FC. RGB value is (201,230,252). Sum of RGB (Red+Green+Blue) = 201+230+252=683 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.43% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9E6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9E6FC is #361903. Grayscale: #DFDFDF. Windows color (decimal): -3545348 or 16574153. OLE color: 16574153.
HSL color Cylindrical-coordinate representation of color #C9E6FC: hue angle of 205.88º 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 #C9E6FC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 230 | 252 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.01 |
| HSL | 205.88º | 0.89% | 0.89% | - |
| HSV(B) | 205.88º | 0.2% | 0.99% | - |
| XYZ | 69.95 | 76.04 | 103.09 | - |
| YUV | 223.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 230 | 252 | 0.20 | 0.09 | 0 | 0.01 | 205.88 | 0.89 | 0.89 |
| Hex | C9 | E6 | FC | 14 | 9 | 0 | 1 | CE | 59 | 59 |
| Octal | 311 | 346 | 374 | 24 | 11 | 0 | 1 | 316 | 131 | 131 |
| Binary | 11001001 | 11100110 | 11111100 | 10100 | 1001 | 0 | 1 | 11001110 | 1011001 | 1011001 |
Color Harmonies of #C9E6FC
Complementary color
Monochromatic Colors of #C9E6FC
Black with #C9E6FC
Text Example
Text Example
White with #C9E6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E6FC; }
p { color: rgb(201,230,252); }
H1.HeaderClassName
{
color: #C9E6FC;
}
.AnyTagClassName
{
color: #C9E6FC;
}
</style>
background-color css
<style>
a { background-color: #C9E6FC; }
a { background-color: rgb(201,230,252); }
div.DivClassName
{
background-color: #C9E6FC;
}
.BgClassName
{
background-color: #C9E6FC;
}
</style>
border-color css
<style>
span { border-color: #C9E6FC; }
span { border-color: rgb(201,230,252); }
td.TdClassName
{
border-color: #C9E6FC;
}
.TagClassName
{
border-color: #C9E6FC;
}
</style>