Shades of Pattens Blue #C0DCF9
Tints of Pattens Blue #C0DCF9
RGB
CMYK
RGB Variations
Color information
#C0DCF9 (or 0xC0DCF9) is known color: Pattens Blue. HEX triplet: C0, DC and F9. RGB value is (192,220,249). Sum of RGB (Red+Green+Blue) = 192+220+249=661 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.05% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0DCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DCF9 is #3F2306. Grayscale: #D6D6D6. Windows color (decimal): -4137735 or 16374976. OLE color: 16374976.
HSL color Cylindrical-coordinate representation of color #C0DCF9: hue angle of 210.53º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0DCF9 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 220 | 249 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.02 |
| HSL | 210.53º | 0.83% | 0.86% | - |
| HSV(B) | 210.53º | 0.23% | 0.98% | - |
| XYZ | 64.43 | 69.23 | 99.59 | - |
| YUV | 214.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 249 | 0.23 | 0.12 | 0 | 0.02 | 210.53 | 0.83 | 0.86 |
| Hex | C0 | DC | F9 | 17 | C | 0 | 2 | D3 | 53 | 56 |
| Octal | 300 | 334 | 371 | 27 | 14 | 0 | 2 | 323 | 123 | 126 |
| Binary | 11000000 | 11011100 | 11111001 | 10111 | 1100 | 0 | 10 | 11010011 | 1010011 | 1010110 |
Color Harmonies of #C0DCF9
Complementary color
Monochromatic Colors of #C0DCF9
Black with #C0DCF9
Text Example
Text Example
White with #C0DCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCF9; }
p { color: rgb(192,220,249); }
H1.HeaderClassName
{
color: #C0DCF9;
}
.AnyTagClassName
{
color: #C0DCF9;
}
</style>
background-color css
<style>
a { background-color: #C0DCF9; }
a { background-color: rgb(192,220,249); }
div.DivClassName
{
background-color: #C0DCF9;
}
.BgClassName
{
background-color: #C0DCF9;
}
</style>
border-color css
<style>
span { border-color: #C0DCF9; }
span { border-color: rgb(192,220,249); }
td.TdClassName
{
border-color: #C0DCF9;
}
.TagClassName
{
border-color: #C0DCF9;
}
</style>