Shades of Pattens Blue #C4DCEF
Tints of Pattens Blue #C4DCEF
RGB
CMYK
RGB Variations
Color information
#C4DCEF (or 0xC4DCEF) is known color: Pattens Blue. HEX triplet: C4, DC and EF. RGB value is (196,220,239). Sum of RGB (Red+Green+Blue) = 196+220+239=655 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.92% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DCEF is #3B2310. Grayscale: #D6D6D6. Windows color (decimal): -3875601 or 15719620. OLE color: 15719620.
HSL color Cylindrical-coordinate representation of color #C4DCEF: hue angle of 206.51º 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 #C4DCEF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 220 | 239 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.06 |
| HSL | 206.51º | 0.57% | 0.85% | - |
| HSV(B) | 206.51º | 0.18% | 0.94% | - |
| XYZ | 63.94 | 69.15 | 91.64 | - |
| YUV | 214.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 239 | 0.18 | 0.08 | 0 | 0.06 | 206.51 | 0.57 | 0.85 |
| Hex | C4 | DC | EF | 12 | 8 | 0 | 6 | CF | 39 | 55 |
| Octal | 304 | 334 | 357 | 22 | 10 | 0 | 6 | 317 | 71 | 125 |
| Binary | 11000100 | 11011100 | 11101111 | 10010 | 1000 | 0 | 110 | 11001111 | 111001 | 1010101 |
Color Harmonies of #C4DCEF
Complementary color
Monochromatic Colors of #C4DCEF
Black with #C4DCEF
Text Example
Text Example
White with #C4DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DCEF; }
p { color: rgb(196,220,239); }
H1.HeaderClassName
{
color: #C4DCEF;
}
.AnyTagClassName
{
color: #C4DCEF;
}
</style>
background-color css
<style>
a { background-color: #C4DCEF; }
a { background-color: rgb(196,220,239); }
div.DivClassName
{
background-color: #C4DCEF;
}
.BgClassName
{
background-color: #C4DCEF;
}
</style>
border-color css
<style>
span { border-color: #C4DCEF; }
span { border-color: rgb(196,220,239); }
td.TdClassName
{
border-color: #C4DCEF;
}
.TagClassName
{
border-color: #C4DCEF;
}
</style>