Shades of Pattens Blue #C9E7FB
Tints of Pattens Blue #C9E7FB
RGB
CMYK
RGB Variations
Color information
#C9E7FB (or 0xC9E7FB) is known color: Pattens Blue. HEX triplet: C9, E7 and FB. RGB value is (201,231,251). Sum of RGB (Red+Green+Blue) = 201+231+251=683 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.43% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9E7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9E7FB is #361804. Grayscale: #E0E0E0. Windows color (decimal): -3545093 or 16508873. OLE color: 16508873.
HSL color Cylindrical-coordinate representation of color #C9E7FB: hue angle of 204º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9E7FB is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 231 | 251 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.02 |
| HSL | 204º | 0.86% | 0.89% | - |
| HSV(B) | 204º | 0.2% | 0.98% | - |
| XYZ | 70.08 | 76.53 | 102.35 | - |
| YUV | 224.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 231 | 251 | 0.20 | 0.08 | 0 | 0.02 | 204 | 0.86 | 0.89 |
| Hex | C9 | E7 | FB | 14 | 8 | 0 | 2 | CC | 56 | 59 |
| Octal | 311 | 347 | 373 | 24 | 10 | 0 | 2 | 314 | 126 | 131 |
| Binary | 11001001 | 11100111 | 11111011 | 10100 | 1000 | 0 | 10 | 11001100 | 1010110 | 1011001 |
Color Harmonies of #C9E7FB
Complementary color
Monochromatic Colors of #C9E7FB
Black with #C9E7FB
Text Example
Text Example
White with #C9E7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E7FB; }
p { color: rgb(201,231,251); }
H1.HeaderClassName
{
color: #C9E7FB;
}
.AnyTagClassName
{
color: #C9E7FB;
}
</style>
background-color css
<style>
a { background-color: #C9E7FB; }
a { background-color: rgb(201,231,251); }
div.DivClassName
{
background-color: #C9E7FB;
}
.BgClassName
{
background-color: #C9E7FB;
}
</style>
border-color css
<style>
span { border-color: #C9E7FB; }
span { border-color: rgb(201,231,251); }
td.TdClassName
{
border-color: #C9E7FB;
}
.TagClassName
{
border-color: #C9E7FB;
}
</style>