Shades of Pattens Blue #C4DEEF
Tints of Pattens Blue #C4DEEF
RGB
CMYK
RGB Variations
Color information
#C4DEEF (or 0xC4DEEF) is known color: Pattens Blue. HEX triplet: C4, DE and EF. RGB value is (196,222,239). Sum of RGB (Red+Green+Blue) = 196+222+239=657 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.83% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DEEF is #3B2110. Grayscale: #D8D8D8. Windows color (decimal): -3875089 or 15720132. OLE color: 15720132.
HSL color Cylindrical-coordinate representation of color #C4DEEF: hue angle of 203.72º 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 #C4DEEF is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 222 | 239 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.06 |
| HSL | 203.72º | 0.57% | 0.85% | - |
| HSV(B) | 203.72º | 0.18% | 0.94% | - |
| XYZ | 64.47 | 70.21 | 91.82 | - |
| YUV | 216.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 222 | 239 | 0.18 | 0.07 | 0 | 0.06 | 203.72 | 0.57 | 0.85 |
| Hex | C4 | DE | EF | 12 | 7 | 0 | 6 | CC | 39 | 55 |
| Octal | 304 | 336 | 357 | 22 | 7 | 0 | 6 | 314 | 71 | 125 |
| Binary | 11000100 | 11011110 | 11101111 | 10010 | 111 | 0 | 110 | 11001100 | 111001 | 1010101 |
Color Harmonies of #C4DEEF
Complementary color
Monochromatic Colors of #C4DEEF
Black with #C4DEEF
Text Example
Text Example
White with #C4DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DEEF; }
p { color: rgb(196,222,239); }
H1.HeaderClassName
{
color: #C4DEEF;
}
.AnyTagClassName
{
color: #C4DEEF;
}
</style>
background-color css
<style>
a { background-color: #C4DEEF; }
a { background-color: rgb(196,222,239); }
div.DivClassName
{
background-color: #C4DEEF;
}
.BgClassName
{
background-color: #C4DEEF;
}
</style>
border-color css
<style>
span { border-color: #C4DEEF; }
span { border-color: rgb(196,222,239); }
td.TdClassName
{
border-color: #C4DEEF;
}
.TagClassName
{
border-color: #C4DEEF;
}
</style>