Shades of Pattens Blue #C2DBEC
Tints of Pattens Blue #C2DBEC
RGB
CMYK
RGB Variations
Color information
#C2DBEC (or 0xC2DBEC) is known color: Pattens Blue. HEX triplet: C2, DB and EC. RGB value is (194,219,236). Sum of RGB (Red+Green+Blue) = 194+219+236=649 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.89% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DBEC is #3D2413. Grayscale: #D5D5D5. Windows color (decimal): -4006932 or 15522754. OLE color: 15522754.
HSL color Cylindrical-coordinate representation of color #C2DBEC: hue angle of 204.29º 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 #C2DBEC is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 219 | 236 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.07 |
| HSL | 204.29º | 0.53% | 0.84% | - |
| HSV(B) | 204.29º | 0.18% | 0.93% | - |
| XYZ | 62.72 | 68.19 | 89.21 | - |
| YUV | 213.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 236 | 0.18 | 0.07 | 0 | 0.07 | 204.29 | 0.53 | 0.84 |
| Hex | C2 | DB | EC | 12 | 7 | 0 | 7 | CC | 34 | 54 |
| Octal | 302 | 333 | 354 | 22 | 7 | 0 | 7 | 314 | 64 | 124 |
| Binary | 11000010 | 11011011 | 11101100 | 10010 | 111 | 0 | 111 | 11001100 | 110100 | 1010100 |
Color Harmonies of #C2DBEC
Complementary color
Monochromatic Colors of #C2DBEC
Black with #C2DBEC
Text Example
Text Example
White with #C2DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DBEC; }
p { color: rgb(194,219,236); }
H1.HeaderClassName
{
color: #C2DBEC;
}
.AnyTagClassName
{
color: #C2DBEC;
}
</style>
background-color css
<style>
a { background-color: #C2DBEC; }
a { background-color: rgb(194,219,236); }
div.DivClassName
{
background-color: #C2DBEC;
}
.BgClassName
{
background-color: #C2DBEC;
}
</style>
border-color css
<style>
span { border-color: #C2DBEC; }
span { border-color: rgb(194,219,236); }
td.TdClassName
{
border-color: #C2DBEC;
}
.TagClassName
{
border-color: #C2DBEC;
}
</style>