Shades of Pattens Blue #C1DCEE
Tints of Pattens Blue #C1DCEE
RGB
CMYK
RGB Variations
Color information
#C1DCEE (or 0xC1DCEE) is known color: Pattens Blue. HEX triplet: C1, DC and EE. RGB value is (193,220,238). Sum of RGB (Red+Green+Blue) = 193+220+238=651 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.65% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DCEE is #3E2311. Grayscale: #D5D5D5. Windows color (decimal): -4072210 or 15654081. OLE color: 15654081.
HSL color Cylindrical-coordinate representation of color #C1DCEE: hue angle of 204º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1DCEE is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 220 | 238 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.07 |
| HSL | 204º | 0.57% | 0.85% | - |
| HSV(B) | 204º | 0.19% | 0.93% | - |
| XYZ | 63.02 | 68.7 | 90.83 | - |
| YUV | 213.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 238 | 0.19 | 0.08 | 0 | 0.07 | 204 | 0.57 | 0.85 |
| Hex | C1 | DC | EE | 13 | 8 | 0 | 7 | CC | 39 | 55 |
| Octal | 301 | 334 | 356 | 23 | 10 | 0 | 7 | 314 | 71 | 125 |
| Binary | 11000001 | 11011100 | 11101110 | 10011 | 1000 | 0 | 111 | 11001100 | 111001 | 1010101 |
Color Harmonies of #C1DCEE
Complementary color
Monochromatic Colors of #C1DCEE
Black with #C1DCEE
Text Example
Text Example
White with #C1DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCEE; }
p { color: rgb(193,220,238); }
H1.HeaderClassName
{
color: #C1DCEE;
}
.AnyTagClassName
{
color: #C1DCEE;
}
</style>
background-color css
<style>
a { background-color: #C1DCEE; }
a { background-color: rgb(193,220,238); }
div.DivClassName
{
background-color: #C1DCEE;
}
.BgClassName
{
background-color: #C1DCEE;
}
</style>
border-color css
<style>
span { border-color: #C1DCEE; }
span { border-color: rgb(193,220,238); }
td.TdClassName
{
border-color: #C1DCEE;
}
.TagClassName
{
border-color: #C1DCEE;
}
</style>