Shades of Pattens Blue #C9ECFD
Tints of Pattens Blue #C9ECFD
RGB
CMYK
RGB Variations
Color information
#C9ECFD (or 0xC9ECFD) is known color: Pattens Blue. HEX triplet: C9, EC and FD. RGB value is (201,236,253). Sum of RGB (Red+Green+Blue) = 201+236+253=690 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.13% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9ECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9ECFD is #361302. Grayscale: #E3E3E3. Windows color (decimal): -3543811 or 16641225. OLE color: 16641225.
HSL color Cylindrical-coordinate representation of color #C9ECFD: hue angle of 199.62º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9ECFD is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 236 | 253 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.01 |
| HSL | 199.62º | 0.93% | 0.89% | - |
| HSV(B) | 199.62º | 0.21% | 0.99% | - |
| XYZ | 71.81 | 79.5 | 104.49 | - |
| YUV | 227.47 | 142.4 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 236 | 253 | 0.21 | 0.07 | 0 | 0.01 | 199.62 | 0.93 | 0.89 |
| Hex | C9 | EC | FD | 15 | 7 | 0 | 1 | C8 | 5D | 59 |
| Octal | 311 | 354 | 375 | 25 | 7 | 0 | 1 | 310 | 135 | 131 |
| Binary | 11001001 | 11101100 | 11111101 | 10101 | 111 | 0 | 1 | 11001000 | 1011101 | 1011001 |
Color Harmonies of #C9ECFD
Complementary color
Monochromatic Colors of #C9ECFD
Black with #C9ECFD
Text Example
Text Example
White with #C9ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ECFD; }
p { color: rgb(201,236,253); }
H1.HeaderClassName
{
color: #C9ECFD;
}
.AnyTagClassName
{
color: #C9ECFD;
}
</style>
background-color css
<style>
a { background-color: #C9ECFD; }
a { background-color: rgb(201,236,253); }
div.DivClassName
{
background-color: #C9ECFD;
}
.BgClassName
{
background-color: #C9ECFD;
}
</style>
border-color css
<style>
span { border-color: #C9ECFD; }
span { border-color: rgb(201,236,253); }
td.TdClassName
{
border-color: #C9ECFD;
}
.TagClassName
{
border-color: #C9ECFD;
}
</style>