Shades of Pattens Blue #C9EDF9
Tints of Pattens Blue #C9EDF9
RGB
CMYK
RGB Variations
Color information
#C9EDF9 (or 0xC9EDF9) is known color: Pattens Blue. HEX triplet: C9, ED and F9. RGB value is (201,237,249). Sum of RGB (Red+Green+Blue) = 201+237+249=687 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.26% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9EDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EDF9 is #361206. Grayscale: #E3E3E3. Windows color (decimal): -3543559 or 16379337. OLE color: 16379337.
HSL color Cylindrical-coordinate representation of color #C9EDF9: hue angle of 195º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9EDF9 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 237 | 249 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.02 |
| HSL | 195º | 0.8% | 0.88% | - |
| HSV(B) | 195º | 0.19% | 0.98% | - |
| XYZ | 71.47 | 79.83 | 101.26 | - |
| YUV | 227.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 249 | 0.19 | 0.05 | 0 | 0.02 | 195 | 0.8 | 0.88 |
| Hex | C9 | ED | F9 | 13 | 5 | 0 | 2 | C3 | 50 | 58 |
| Octal | 311 | 355 | 371 | 23 | 5 | 0 | 2 | 303 | 120 | 130 |
| Binary | 11001001 | 11101101 | 11111001 | 10011 | 101 | 0 | 10 | 11000011 | 1010000 | 1011000 |
Color Harmonies of #C9EDF9
Complementary color
Monochromatic Colors of #C9EDF9
Black with #C9EDF9
Text Example
Text Example
White with #C9EDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EDF9; }
p { color: rgb(201,237,249); }
H1.HeaderClassName
{
color: #C9EDF9;
}
.AnyTagClassName
{
color: #C9EDF9;
}
</style>
background-color css
<style>
a { background-color: #C9EDF9; }
a { background-color: rgb(201,237,249); }
div.DivClassName
{
background-color: #C9EDF9;
}
.BgClassName
{
background-color: #C9EDF9;
}
</style>
border-color css
<style>
span { border-color: #C9EDF9; }
span { border-color: rgb(201,237,249); }
td.TdClassName
{
border-color: #C9EDF9;
}
.TagClassName
{
border-color: #C9EDF9;
}
</style>