Shades of Pattens Blue #C0DDEF
Tints of Pattens Blue #C0DDEF
RGB
CMYK
RGB Variations
Color information
#C0DDEF (or 0xC0DDEF) is known color: Pattens Blue. HEX triplet: C0, DD and EF. RGB value is (192,221,239). Sum of RGB (Red+Green+Blue) = 192+221+239=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DDEF is #3F2210. Grayscale: #D6D6D6. Windows color (decimal): -4137489 or 15719872. OLE color: 15719872.
HSL color Cylindrical-coordinate representation of color #C0DDEF: hue angle of 202.98º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0DDEF is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 192 | 221 | 239 | - |
CMYK | 0.20 | 0.08 | 0 | 0.06 |
HSL | 202.98º | 0.59% | 0.85% | - |
HSV(B) | 202.98º | 0.2% | 0.94% | - |
XYZ | 63.17 | 69.15 | 91.68 | - |
YUV | 214.38 | 141.89 | 112.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 221 | 239 | 0.20 | 0.08 | 0 | 0.06 | 202.98 | 0.59 | 0.85 |
Hex | C0 | DD | EF | 14 | 8 | 0 | 6 | CB | 3B | 55 |
Octal | 300 | 335 | 357 | 24 | 10 | 0 | 6 | 313 | 73 | 125 |
Binary | 11000000 | 11011101 | 11101111 | 10100 | 1000 | 0 | 110 | 11001011 | 111011 | 1010101 |
Color Harmonies of #C0DDEF
Complementary color
Monochromatic Colors of #C0DDEF
Black with #C0DDEF
Text Example
Text Example
White with #C0DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDEF; }
p { color: rgb(192,221,239); }
H1.HeaderClassName
{
color: #C0DDEF;
}
.AnyTagClassName
{
color: #C0DDEF;
}
</style>
background-color css
<style>
a { background-color: #C0DDEF; }
a { background-color: rgb(192,221,239); }
div.DivClassName
{
background-color: #C0DDEF;
}
.BgClassName
{
background-color: #C0DDEF;
}
</style>
border-color css
<style>
span { border-color: #C0DDEF; }
span { border-color: rgb(192,221,239); }
td.TdClassName
{
border-color: #C0DDEF;
}
.TagClassName
{
border-color: #C0DDEF;
}
</style>