Shades of Pattens Blue #C1DCEF
Tints of Pattens Blue #C1DCEF
RGB
CMYK
RGB Variations
Color information
#C1DCEF (or 0xC1DCEF) is known color: Pattens Blue. HEX triplet: C1, DC and EF. RGB value is (193,220,239). Sum of RGB (Red+Green+Blue) = 193+220+239=652 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.60% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DCEF is #3E2310. Grayscale: #D5D5D5. Windows color (decimal): -4072209 or 15719617. OLE color: 15719617.
HSL color Cylindrical-coordinate representation of color #C1DCEF: hue angle of 204.78º 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 #C1DCEF is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 220 | 239 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.06 |
| HSL | 204.78º | 0.59% | 0.85% | - |
| HSV(B) | 204.78º | 0.19% | 0.94% | - |
| XYZ | 63.17 | 68.76 | 91.6 | - |
| YUV | 214.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 239 | 0.19 | 0.08 | 0 | 0.06 | 204.78 | 0.59 | 0.85 |
| Hex | C1 | DC | EF | 13 | 8 | 0 | 6 | CD | 3B | 55 |
| Octal | 301 | 334 | 357 | 23 | 10 | 0 | 6 | 315 | 73 | 125 |
| Binary | 11000001 | 11011100 | 11101111 | 10011 | 1000 | 0 | 110 | 11001101 | 111011 | 1010101 |
Color Harmonies of #C1DCEF
Complementary color
Monochromatic Colors of #C1DCEF
Black with #C1DCEF
Text Example
Text Example
White with #C1DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCEF; }
p { color: rgb(193,220,239); }
H1.HeaderClassName
{
color: #C1DCEF;
}
.AnyTagClassName
{
color: #C1DCEF;
}
</style>
background-color css
<style>
a { background-color: #C1DCEF; }
a { background-color: rgb(193,220,239); }
div.DivClassName
{
background-color: #C1DCEF;
}
.BgClassName
{
background-color: #C1DCEF;
}
</style>
border-color css
<style>
span { border-color: #C1DCEF; }
span { border-color: rgb(193,220,239); }
td.TdClassName
{
border-color: #C1DCEF;
}
.TagClassName
{
border-color: #C1DCEF;
}
</style>