Shades of Pattens Blue #C9EAF8
Tints of Pattens Blue #C9EAF8
RGB
CMYK
RGB Variations
Color information
#C9EAF8 (or 0xC9EAF8) is known color: Pattens Blue. HEX triplet: C9, EA and F8. RGB value is (201,234,248). Sum of RGB (Red+Green+Blue) = 201+234+248=683 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.43% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #C9EAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EAF8 is #361507. Grayscale: #E1E1E1. Windows color (decimal): -3544328 or 16313033. OLE color: 16313033.
HSL color Cylindrical-coordinate representation of color #C9EAF8: hue angle of 197.87º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9EAF8 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 234 | 248 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.03 |
| HSL | 197.87º | 0.77% | 0.88% | - |
| HSV(B) | 197.87º | 0.19% | 0.97% | - |
| XYZ | 70.45 | 78.04 | 100.16 | - |
| YUV | 225.73 | 140.57 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 248 | 0.19 | 0.06 | 0 | 0.03 | 197.87 | 0.77 | 0.88 |
| Hex | C9 | EA | F8 | 13 | 6 | 0 | 3 | C6 | 4D | 58 |
| Octal | 311 | 352 | 370 | 23 | 6 | 0 | 3 | 306 | 115 | 130 |
| Binary | 11001001 | 11101010 | 11111000 | 10011 | 110 | 0 | 11 | 11000110 | 1001101 | 1011000 |
Color Harmonies of #C9EAF8
Complementary color
Monochromatic Colors of #C9EAF8
Black with #C9EAF8
Text Example
Text Example
White with #C9EAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EAF8; }
p { color: rgb(201,234,248); }
H1.HeaderClassName
{
color: #C9EAF8;
}
.AnyTagClassName
{
color: #C9EAF8;
}
</style>
background-color css
<style>
a { background-color: #C9EAF8; }
a { background-color: rgb(201,234,248); }
div.DivClassName
{
background-color: #C9EAF8;
}
.BgClassName
{
background-color: #C9EAF8;
}
</style>
border-color css
<style>
span { border-color: #C9EAF8; }
span { border-color: rgb(201,234,248); }
td.TdClassName
{
border-color: #C9EAF8;
}
.TagClassName
{
border-color: #C9EAF8;
}
</style>