Shades of Pattens Blue #C0DCF2
Tints of Pattens Blue #C0DCF2
RGB
CMYK
RGB Variations
Color information
#C0DCF2 (or 0xC0DCF2) is known color: Pattens Blue. HEX triplet: C0, DC and F2. RGB value is (192,220,242). Sum of RGB (Red+Green+Blue) = 192+220+242=654 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.36% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DCF2 is #3F230D. Grayscale: #D6D6D6. Windows color (decimal): -4137742 or 15916224. OLE color: 15916224.
HSL color Cylindrical-coordinate representation of color #C0DCF2: hue angle of 206.4º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0DCF2 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 220 | 242 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.05 |
| HSL | 206.4º | 0.66% | 0.85% | - |
| HSV(B) | 206.4º | 0.21% | 0.95% | - |
| XYZ | 63.36 | 68.8 | 93.95 | - |
| YUV | 214.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 242 | 0.21 | 0.09 | 0 | 0.05 | 206.4 | 0.66 | 0.85 |
| Hex | C0 | DC | F2 | 15 | 9 | 0 | 5 | CE | 42 | 55 |
| Octal | 300 | 334 | 362 | 25 | 11 | 0 | 5 | 316 | 102 | 125 |
| Binary | 11000000 | 11011100 | 11110010 | 10101 | 1001 | 0 | 101 | 11001110 | 1000010 | 1010101 |
Color Harmonies of #C0DCF2
Complementary color
Monochromatic Colors of #C0DCF2
Black with #C0DCF2
Text Example
Text Example
White with #C0DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCF2; }
p { color: rgb(192,220,242); }
H1.HeaderClassName
{
color: #C0DCF2;
}
.AnyTagClassName
{
color: #C0DCF2;
}
</style>
background-color css
<style>
a { background-color: #C0DCF2; }
a { background-color: rgb(192,220,242); }
div.DivClassName
{
background-color: #C0DCF2;
}
.BgClassName
{
background-color: #C0DCF2;
}
</style>
border-color css
<style>
span { border-color: #C0DCF2; }
span { border-color: rgb(192,220,242); }
td.TdClassName
{
border-color: #C0DCF2;
}
.TagClassName
{
border-color: #C0DCF2;
}
</style>