Shades of Pattens Blue #C0DCEC
Tints of Pattens Blue #C0DCEC
RGB
CMYK
RGB Variations
Color information
#C0DCEC (or 0xC0DCEC) is known color: Pattens Blue. HEX triplet: C0, DC and EC. RGB value is (192,220,236). Sum of RGB (Red+Green+Blue) = 192+220+236=648 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.63% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DCEC is #3F2313. Grayscale: #D5D5D5. Windows color (decimal): -4137748 or 15523008. OLE color: 15523008.
HSL color Cylindrical-coordinate representation of color #C0DCEC: hue angle of 201.82º 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 #C0DCEC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 220 | 236 | - |
CMYK | 0.19 | 0.07 | 0 | 0.07 |
HSL | 201.82º | 0.54% | 0.84% | - |
HSV(B) | 201.82º | 0.19% | 0.93% | - |
XYZ | 62.47 | 68.45 | 89.28 | - |
YUV | 213.45 | 140.72 | 112.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 220 | 236 | 0.19 | 0.07 | 0 | 0.07 | 201.82 | 0.54 | 0.84 |
Hex | C0 | DC | EC | 13 | 7 | 0 | 7 | CA | 36 | 54 |
Octal | 300 | 334 | 354 | 23 | 7 | 0 | 7 | 312 | 66 | 124 |
Binary | 11000000 | 11011100 | 11101100 | 10011 | 111 | 0 | 111 | 11001010 | 110110 | 1010100 |
Color Harmonies of #C0DCEC
Complementary color
Monochromatic Colors of #C0DCEC
Black with #C0DCEC
Text Example
Text Example
White with #C0DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCEC; }
p { color: rgb(192,220,236); }
H1.HeaderClassName
{
color: #C0DCEC;
}
.AnyTagClassName
{
color: #C0DCEC;
}
</style>
background-color css
<style>
a { background-color: #C0DCEC; }
a { background-color: rgb(192,220,236); }
div.DivClassName
{
background-color: #C0DCEC;
}
.BgClassName
{
background-color: #C0DCEC;
}
</style>
border-color css
<style>
span { border-color: #C0DCEC; }
span { border-color: rgb(192,220,236); }
td.TdClassName
{
border-color: #C0DCEC;
}
.TagClassName
{
border-color: #C0DCEC;
}
</style>