Shades of Pattens Blue #C1D9EE
Tints of Pattens Blue #C1D9EE
RGB
CMYK
RGB Variations
Color information
#C1D9EE (or 0xC1D9EE) is known color: Pattens Blue. HEX triplet: C1, D9 and EE. RGB value is (193,217,238). Sum of RGB (Red+Green+Blue) = 193+217+238=648 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.78% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1D9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D9EE is #3E2611. Grayscale: #D4D4D4. Windows color (decimal): -4072978 or 15653313. OLE color: 15653313.
HSL color Cylindrical-coordinate representation of color #C1D9EE: hue angle of 208º 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 #C1D9EE is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 217 | 238 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.07 |
| HSL | 208º | 0.57% | 0.85% | - |
| HSV(B) | 208º | 0.19% | 0.93% | - |
| XYZ | 62.24 | 67.14 | 90.57 | - |
| YUV | 212.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 217 | 238 | 0.19 | 0.09 | 0 | 0.07 | 208 | 0.57 | 0.85 |
| Hex | C1 | D9 | EE | 13 | 9 | 0 | 7 | D0 | 39 | 55 |
| Octal | 301 | 331 | 356 | 23 | 11 | 0 | 7 | 320 | 71 | 125 |
| Binary | 11000001 | 11011001 | 11101110 | 10011 | 1001 | 0 | 111 | 11010000 | 111001 | 1010101 |
Color Harmonies of #C1D9EE
Complementary color
Monochromatic Colors of #C1D9EE
Black with #C1D9EE
Text Example
Text Example
White with #C1D9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D9EE; }
p { color: rgb(193,217,238); }
H1.HeaderClassName
{
color: #C1D9EE;
}
.AnyTagClassName
{
color: #C1D9EE;
}
</style>
background-color css
<style>
a { background-color: #C1D9EE; }
a { background-color: rgb(193,217,238); }
div.DivClassName
{
background-color: #C1D9EE;
}
.BgClassName
{
background-color: #C1D9EE;
}
</style>
border-color css
<style>
span { border-color: #C1D9EE; }
span { border-color: rgb(193,217,238); }
td.TdClassName
{
border-color: #C1D9EE;
}
.TagClassName
{
border-color: #C1D9EE;
}
</style>