Shades of Pattens Blue #C9EAFA
Tints of Pattens Blue #C9EAFA
RGB
CMYK
RGB Variations
Color information
#C9EAFA (or 0xC9EAFA) is known color: Pattens Blue. HEX triplet: C9, EA and FA. RGB value is (201,234,250). Sum of RGB (Red+Green+Blue) = 201+234+250=685 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.34% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EAFA is #361505. Grayscale: #E1E1E1. Windows color (decimal): -3544326 or 16444105. OLE color: 16444105.
HSL color Cylindrical-coordinate representation of color #C9EAFA: hue angle of 199.59º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9EAFA is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 234 | 250 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.02 |
| HSL | 199.59º | 0.83% | 0.88% | - |
| HSV(B) | 199.59º | 0.2% | 0.98% | - |
| XYZ | 70.77 | 78.17 | 101.8 | - |
| YUV | 225.96 | 141.57 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 250 | 0.20 | 0.06 | 0 | 0.02 | 199.59 | 0.83 | 0.88 |
| Hex | C9 | EA | FA | 14 | 6 | 0 | 2 | C8 | 53 | 58 |
| Octal | 311 | 352 | 372 | 24 | 6 | 0 | 2 | 310 | 123 | 130 |
| Binary | 11001001 | 11101010 | 11111010 | 10100 | 110 | 0 | 10 | 11001000 | 1010011 | 1011000 |
Color Harmonies of #C9EAFA
Complementary color
Monochromatic Colors of #C9EAFA
Black with #C9EAFA
Text Example
Text Example
White with #C9EAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EAFA; }
p { color: rgb(201,234,250); }
H1.HeaderClassName
{
color: #C9EAFA;
}
.AnyTagClassName
{
color: #C9EAFA;
}
</style>
background-color css
<style>
a { background-color: #C9EAFA; }
a { background-color: rgb(201,234,250); }
div.DivClassName
{
background-color: #C9EAFA;
}
.BgClassName
{
background-color: #C9EAFA;
}
</style>
border-color css
<style>
span { border-color: #C9EAFA; }
span { border-color: rgb(201,234,250); }
td.TdClassName
{
border-color: #C9EAFA;
}
.TagClassName
{
border-color: #C9EAFA;
}
</style>