Shades of Pattens Blue #C5DFF7
Tints of Pattens Blue #C5DFF7
RGB
CMYK
RGB Variations
Color information
#C5DFF7 (or 0xC5DFF7) is known color: Pattens Blue. HEX triplet: C5, DF and F7. RGB value is (197,223,247). Sum of RGB (Red+Green+Blue) = 197+223+247=667 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.54% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 247 - color contains mainly: blue. Hex color #C5DFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DFF7 is #3A2008. Grayscale: #D9D9D9. Windows color (decimal): -3809289 or 16244677. OLE color: 16244677.
HSL color Cylindrical-coordinate representation of color #C5DFF7: hue angle of 208.8º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5DFF7 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 223 | 247 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.03 |
| HSL | 208.8º | 0.76% | 0.87% | - |
| HSV(B) | 208.8º | 0.2% | 0.97% | - |
| XYZ | 66.2 | 71.36 | 98.28 | - |
| YUV | 217.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 247 | 0.20 | 0.10 | 0 | 0.03 | 208.8 | 0.76 | 0.87 |
| Hex | C5 | DF | F7 | 14 | A | 0 | 3 | D1 | 4C | 57 |
| Octal | 305 | 337 | 367 | 24 | 12 | 0 | 3 | 321 | 114 | 127 |
| Binary | 11000101 | 11011111 | 11110111 | 10100 | 1010 | 0 | 11 | 11010001 | 1001100 | 1010111 |
Color Harmonies of #C5DFF7
Complementary color
Monochromatic Colors of #C5DFF7
Black with #C5DFF7
Text Example
Text Example
White with #C5DFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DFF7; }
p { color: rgb(197,223,247); }
H1.HeaderClassName
{
color: #C5DFF7;
}
.AnyTagClassName
{
color: #C5DFF7;
}
</style>
background-color css
<style>
a { background-color: #C5DFF7; }
a { background-color: rgb(197,223,247); }
div.DivClassName
{
background-color: #C5DFF7;
}
.BgClassName
{
background-color: #C5DFF7;
}
</style>
border-color css
<style>
span { border-color: #C5DFF7; }
span { border-color: rgb(197,223,247); }
td.TdClassName
{
border-color: #C5DFF7;
}
.TagClassName
{
border-color: #C5DFF7;
}
</style>