Shades of Pattens Blue #C4ECFF
Tints of Pattens Blue #C4ECFF
RGB
CMYK
RGB Variations
Color information
#C4ECFF (or 0xC4ECFF) is known color: Pattens Blue. HEX triplet: C4, EC and FF. RGB value is (196,236,255). Sum of RGB (Red+Green+Blue) = 196+236+255=687 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.53% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4ECFF is #3B1300. Grayscale: #E2E2E2. Windows color (decimal): -3871489 or 16772292. OLE color: 16772292.
HSL color Cylindrical-coordinate representation of color #C4ECFF: hue angle of 199.32º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4ECFF is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 236 | 255 | - |
| CMYK | 0.23 | 0.07 | 0 | 0 |
| HSL | 199.32º | 1% | 0.88% | - |
| HSV(B) | 199.32º | 0.23% | 1% | - |
| XYZ | 70.81 | 78.95 | 106.11 | - |
| YUV | 226.21 | 144.25 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 236 | 255 | 0.23 | 0.07 | 0 | 0 | 199.32 | 1 | 0.88 |
| Hex | C4 | EC | FF | 17 | 7 | 0 | 0 | C7 | 64 | 58 |
| Octal | 304 | 354 | 377 | 27 | 7 | 0 | 0 | 307 | 144 | 130 |
| Binary | 11000100 | 11101100 | 11111111 | 10111 | 111 | 0 | 0 | 11000111 | 1100100 | 1011000 |
Color Harmonies of #C4ECFF
Complementary color
Monochromatic Colors of #C4ECFF
Black with #C4ECFF
Text Example
Text Example
White with #C4ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ECFF; }
p { color: rgb(196,236,255); }
H1.HeaderClassName
{
color: #C4ECFF;
}
.AnyTagClassName
{
color: #C4ECFF;
}
</style>
background-color css
<style>
a { background-color: #C4ECFF; }
a { background-color: rgb(196,236,255); }
div.DivClassName
{
background-color: #C4ECFF;
}
.BgClassName
{
background-color: #C4ECFF;
}
</style>
border-color css
<style>
span { border-color: #C4ECFF; }
span { border-color: rgb(196,236,255); }
td.TdClassName
{
border-color: #C4ECFF;
}
.TagClassName
{
border-color: #C4ECFF;
}
</style>