Shades of Pattens Blue #C7ECFD
Tints of Pattens Blue #C7ECFD
RGB
CMYK
RGB Variations
Color information
#C7ECFD (or 0xC7ECFD) is known color: Pattens Blue. HEX triplet: C7, EC and FD. RGB value is (199,236,253). Sum of RGB (Red+Green+Blue) = 199+236+253=688 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.92% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7ECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7ECFD is #381302. Grayscale: #E2E2E2. Windows color (decimal): -3674883 or 16641223. OLE color: 16641223.
HSL color Cylindrical-coordinate representation of color #C7ECFD: hue angle of 198.89º 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 #C7ECFD is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 236 | 253 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.01 |
| HSL | 198.89º | 0.93% | 0.89% | - |
| HSV(B) | 198.89º | 0.21% | 0.99% | - |
| XYZ | 71.28 | 79.22 | 104.46 | - |
| YUV | 226.88 | 142.74 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 236 | 253 | 0.21 | 0.07 | 0 | 0.01 | 198.89 | 0.93 | 0.89 |
| Hex | C7 | EC | FD | 15 | 7 | 0 | 1 | C7 | 5D | 59 |
| Octal | 307 | 354 | 375 | 25 | 7 | 0 | 1 | 307 | 135 | 131 |
| Binary | 11000111 | 11101100 | 11111101 | 10101 | 111 | 0 | 1 | 11000111 | 1011101 | 1011001 |
Color Harmonies of #C7ECFD
Complementary color
Monochromatic Colors of #C7ECFD
Black with #C7ECFD
Text Example
Text Example
White with #C7ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ECFD; }
p { color: rgb(199,236,253); }
H1.HeaderClassName
{
color: #C7ECFD;
}
.AnyTagClassName
{
color: #C7ECFD;
}
</style>
background-color css
<style>
a { background-color: #C7ECFD; }
a { background-color: rgb(199,236,253); }
div.DivClassName
{
background-color: #C7ECFD;
}
.BgClassName
{
background-color: #C7ECFD;
}
</style>
border-color css
<style>
span { border-color: #C7ECFD; }
span { border-color: rgb(199,236,253); }
td.TdClassName
{
border-color: #C7ECFD;
}
.TagClassName
{
border-color: #C7ECFD;
}
</style>