Shades of Pattens Blue #C0DBEC
Tints of Pattens Blue #C0DBEC
RGB
CMYK
RGB Variations
Color information
#C0DBEC (or 0xC0DBEC) is known color: Pattens Blue. HEX triplet: C0, DB and EC. RGB value is (192,219,236). Sum of RGB (Red+Green+Blue) = 192+219+236=647 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.68% from 647); Green value is 219 (85.94% from 255 or 33.85% 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 #C0DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DBEC is #3F2413. Grayscale: #D4D4D4. Windows color (decimal): -4138004 or 15522752. OLE color: 15522752.
HSL color Cylindrical-coordinate representation of color #C0DBEC: hue angle of 203.18º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0DBEC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 219 | 236 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.07 |
| HSL | 203.18º | 0.54% | 0.84% | - |
| HSV(B) | 203.18º | 0.19% | 0.93% | - |
| XYZ | 62.21 | 67.93 | 89.19 | - |
| YUV | 212.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 236 | 0.19 | 0.07 | 0 | 0.07 | 203.18 | 0.54 | 0.84 |
| Hex | C0 | DB | EC | 13 | 7 | 0 | 7 | CB | 36 | 54 |
| Octal | 300 | 333 | 354 | 23 | 7 | 0 | 7 | 313 | 66 | 124 |
| Binary | 11000000 | 11011011 | 11101100 | 10011 | 111 | 0 | 111 | 11001011 | 110110 | 1010100 |
Color Harmonies of #C0DBEC
Complementary color
Monochromatic Colors of #C0DBEC
Black with #C0DBEC
Text Example
Text Example
White with #C0DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBEC; }
p { color: rgb(192,219,236); }
H1.HeaderClassName
{
color: #C0DBEC;
}
.AnyTagClassName
{
color: #C0DBEC;
}
</style>
background-color css
<style>
a { background-color: #C0DBEC; }
a { background-color: rgb(192,219,236); }
div.DivClassName
{
background-color: #C0DBEC;
}
.BgClassName
{
background-color: #C0DBEC;
}
</style>
border-color css
<style>
span { border-color: #C0DBEC; }
span { border-color: rgb(192,219,236); }
td.TdClassName
{
border-color: #C0DBEC;
}
.TagClassName
{
border-color: #C0DBEC;
}
</style>