Shades of Pattens Blue #C4DCF0
Tints of Pattens Blue #C4DCF0
RGB
CMYK
RGB Variations
Color information
#C4DCF0 (or 0xC4DCF0) is known color: Pattens Blue. HEX triplet: C4, DC and F0. RGB value is (196,220,240). Sum of RGB (Red+Green+Blue) = 196+220+240=656 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.88% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 240 - color contains mainly: blue. Hex color #C4DCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DCF0 is #3B230F. Grayscale: #D6D6D6. Windows color (decimal): -3875600 or 15785156. OLE color: 15785156.
HSL color Cylindrical-coordinate representation of color #C4DCF0: hue angle of 207.27º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4DCF0 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 220 | 240 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.06 |
| HSL | 207.27º | 0.59% | 0.85% | - |
| HSV(B) | 207.27º | 0.18% | 0.94% | - |
| XYZ | 64.09 | 69.21 | 92.42 | - |
| YUV | 215.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 240 | 0.18 | 0.08 | 0 | 0.06 | 207.27 | 0.59 | 0.85 |
| Hex | C4 | DC | F0 | 12 | 8 | 0 | 6 | CF | 3B | 55 |
| Octal | 304 | 334 | 360 | 22 | 10 | 0 | 6 | 317 | 73 | 125 |
| Binary | 11000100 | 11011100 | 11110000 | 10010 | 1000 | 0 | 110 | 11001111 | 111011 | 1010101 |
Color Harmonies of #C4DCF0
Complementary color
Monochromatic Colors of #C4DCF0
Black with #C4DCF0
Text Example
Text Example
White with #C4DCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DCF0; }
p { color: rgb(196,220,240); }
H1.HeaderClassName
{
color: #C4DCF0;
}
.AnyTagClassName
{
color: #C4DCF0;
}
</style>
background-color css
<style>
a { background-color: #C4DCF0; }
a { background-color: rgb(196,220,240); }
div.DivClassName
{
background-color: #C4DCF0;
}
.BgClassName
{
background-color: #C4DCF0;
}
</style>
border-color css
<style>
span { border-color: #C4DCF0; }
span { border-color: rgb(196,220,240); }
td.TdClassName
{
border-color: #C4DCF0;
}
.TagClassName
{
border-color: #C4DCF0;
}
</style>