Shades of Pattens Blue #C1DDEF
Tints of Pattens Blue #C1DDEF
RGB
CMYK
RGB Variations
Color information
#C1DDEF (or 0xC1DDEF) is known color: Pattens Blue. HEX triplet: C1, DD and EF. RGB value is (193,221,239). Sum of RGB (Red+Green+Blue) = 193+221+239=653 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.56% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DDEF is #3E2210. Grayscale: #D6D6D6. Windows color (decimal): -4071953 or 15719873. OLE color: 15719873.
HSL color Cylindrical-coordinate representation of color #C1DDEF: hue angle of 203.48º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1DDEF is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 221 | 239 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.06 |
| HSL | 203.48º | 0.59% | 0.85% | - |
| HSV(B) | 203.48º | 0.19% | 0.94% | - |
| XYZ | 63.43 | 69.28 | 91.69 | - |
| YUV | 214.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 239 | 0.19 | 0.08 | 0 | 0.06 | 203.48 | 0.59 | 0.85 |
| Hex | C1 | DD | EF | 13 | 8 | 0 | 6 | CB | 3B | 55 |
| Octal | 301 | 335 | 357 | 23 | 10 | 0 | 6 | 313 | 73 | 125 |
| Binary | 11000001 | 11011101 | 11101111 | 10011 | 1000 | 0 | 110 | 11001011 | 111011 | 1010101 |
Color Harmonies of #C1DDEF
Complementary color
Monochromatic Colors of #C1DDEF
Black with #C1DDEF
Text Example
Text Example
White with #C1DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DDEF; }
p { color: rgb(193,221,239); }
H1.HeaderClassName
{
color: #C1DDEF;
}
.AnyTagClassName
{
color: #C1DDEF;
}
</style>
background-color css
<style>
a { background-color: #C1DDEF; }
a { background-color: rgb(193,221,239); }
div.DivClassName
{
background-color: #C1DDEF;
}
.BgClassName
{
background-color: #C1DDEF;
}
</style>
border-color css
<style>
span { border-color: #C1DDEF; }
span { border-color: rgb(193,221,239); }
td.TdClassName
{
border-color: #C1DDEF;
}
.TagClassName
{
border-color: #C1DDEF;
}
</style>