Shades of Pattens Blue #C4DDEF
Tints of Pattens Blue #C4DDEF
RGB
CMYK
RGB Variations
Color information
#C4DDEF (or 0xC4DDEF) is known color: Pattens Blue. HEX triplet: C4, DD and EF. RGB value is (196,221,239). Sum of RGB (Red+Green+Blue) = 196+221+239=656 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.88% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DDEF is #3B2210. Grayscale: #D7D7D7. Windows color (decimal): -3875345 or 15719876. OLE color: 15719876.
HSL color Cylindrical-coordinate representation of color #C4DDEF: hue angle of 205.12º degrees, saturation: 0.57, 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 #C4DDEF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 221 | 239 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.06 |
| HSL | 205.12º | 0.57% | 0.85% | - |
| HSV(B) | 205.12º | 0.18% | 0.94% | - |
| XYZ | 64.2 | 69.68 | 91.73 | - |
| YUV | 215.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 221 | 239 | 0.18 | 0.08 | 0 | 0.06 | 205.12 | 0.57 | 0.85 |
| Hex | C4 | DD | EF | 12 | 8 | 0 | 6 | CD | 39 | 55 |
| Octal | 304 | 335 | 357 | 22 | 10 | 0 | 6 | 315 | 71 | 125 |
| Binary | 11000100 | 11011101 | 11101111 | 10010 | 1000 | 0 | 110 | 11001101 | 111001 | 1010101 |
Color Harmonies of #C4DDEF
Complementary color
Monochromatic Colors of #C4DDEF
Black with #C4DDEF
Text Example
Text Example
White with #C4DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DDEF; }
p { color: rgb(196,221,239); }
H1.HeaderClassName
{
color: #C4DDEF;
}
.AnyTagClassName
{
color: #C4DDEF;
}
</style>
background-color css
<style>
a { background-color: #C4DDEF; }
a { background-color: rgb(196,221,239); }
div.DivClassName
{
background-color: #C4DDEF;
}
.BgClassName
{
background-color: #C4DDEF;
}
</style>
border-color css
<style>
span { border-color: #C4DDEF; }
span { border-color: rgb(196,221,239); }
td.TdClassName
{
border-color: #C4DDEF;
}
.TagClassName
{
border-color: #C4DDEF;
}
</style>