Shades of Pattens Blue #C9ECFF
Tints of Pattens Blue #C9ECFF
RGB
CMYK
RGB Variations
Color information
#C9ECFF (or 0xC9ECFF) is known color: Pattens Blue. HEX triplet: C9, EC and FF. RGB value is (201,236,255). Sum of RGB (Red+Green+Blue) = 201+236+255=692 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.05% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9ECFF is #361300. Grayscale: #E3E3E3. Windows color (decimal): -3543809 or 16772297. OLE color: 16772297.
HSL color Cylindrical-coordinate representation of color #C9ECFF: hue angle of 201.11º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9ECFF is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 236 | 255 | - |
| CMYK | 0.21 | 0.07 | 0 | 0 |
| HSL | 201.11º | 1% | 0.89% | - |
| HSV(B) | 201.11º | 0.21% | 1% | - |
| XYZ | 72.13 | 79.63 | 106.18 | - |
| YUV | 227.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 236 | 255 | 0.21 | 0.07 | 0 | 0 | 201.11 | 1 | 0.89 |
| Hex | C9 | EC | FF | 15 | 7 | 0 | 0 | C9 | 64 | 59 |
| Octal | 311 | 354 | 377 | 25 | 7 | 0 | 0 | 311 | 144 | 131 |
| Binary | 11001001 | 11101100 | 11111111 | 10101 | 111 | 0 | 0 | 11001001 | 1100100 | 1011001 |
Color Harmonies of #C9ECFF
Complementary color
Monochromatic Colors of #C9ECFF
Black with #C9ECFF
Text Example
Text Example
White with #C9ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ECFF; }
p { color: rgb(201,236,255); }
H1.HeaderClassName
{
color: #C9ECFF;
}
.AnyTagClassName
{
color: #C9ECFF;
}
</style>
background-color css
<style>
a { background-color: #C9ECFF; }
a { background-color: rgb(201,236,255); }
div.DivClassName
{
background-color: #C9ECFF;
}
.BgClassName
{
background-color: #C9ECFF;
}
</style>
border-color css
<style>
span { border-color: #C9ECFF; }
span { border-color: rgb(201,236,255); }
td.TdClassName
{
border-color: #C9ECFF;
}
.TagClassName
{
border-color: #C9ECFF;
}
</style>