Shades of Pattens Blue #C2D9EC
Tints of Pattens Blue #C2D9EC
RGB
CMYK
RGB Variations
Color information
#C2D9EC (or 0xC2D9EC) is known color: Pattens Blue. HEX triplet: C2, D9 and EC. RGB value is (194,217,236). Sum of RGB (Red+Green+Blue) = 194+217+236=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2D9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D9EC is #3D2613. Grayscale: #D4D4D4. Windows color (decimal): -4007444 or 15522242. OLE color: 15522242.
HSL color Cylindrical-coordinate representation of color #C2D9EC: hue angle of 207.14º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2D9EC is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 217 | 236 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.07 |
| HSL | 207.14º | 0.53% | 0.84% | - |
| HSV(B) | 207.14º | 0.18% | 0.93% | - |
| XYZ | 62.2 | 67.15 | 89.04 | - |
| YUV | 212.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 236 | 0.18 | 0.08 | 0 | 0.07 | 207.14 | 0.53 | 0.84 |
| Hex | C2 | D9 | EC | 12 | 8 | 0 | 7 | CF | 34 | 54 |
| Octal | 302 | 331 | 354 | 22 | 10 | 0 | 7 | 317 | 64 | 124 |
| Binary | 11000010 | 11011001 | 11101100 | 10010 | 1000 | 0 | 111 | 11001111 | 110100 | 1010100 |
Color Harmonies of #C2D9EC
Complementary color
Monochromatic Colors of #C2D9EC
Black with #C2D9EC
Text Example
Text Example
White with #C2D9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D9EC; }
p { color: rgb(194,217,236); }
H1.HeaderClassName
{
color: #C2D9EC;
}
.AnyTagClassName
{
color: #C2D9EC;
}
</style>
background-color css
<style>
a { background-color: #C2D9EC; }
a { background-color: rgb(194,217,236); }
div.DivClassName
{
background-color: #C2D9EC;
}
.BgClassName
{
background-color: #C2D9EC;
}
</style>
border-color css
<style>
span { border-color: #C2D9EC; }
span { border-color: rgb(194,217,236); }
td.TdClassName
{
border-color: #C2D9EC;
}
.TagClassName
{
border-color: #C2D9EC;
}
</style>