Shades of Pattens Blue #C0DDFC
Tints of Pattens Blue #C0DDFC
RGB
CMYK
RGB Variations
Color information
#C0DDFC (or 0xC0DDFC) is known color: Pattens Blue. HEX triplet: C0, DD and FC. RGB value is (192,221,252). Sum of RGB (Red+Green+Blue) = 192+221+252=665 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.87% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DDFC is #3F2203. Grayscale: #D7D7D7. Windows color (decimal): -4137476 or 16571840. OLE color: 16571840.
HSL color Cylindrical-coordinate representation of color #C0DDFC: hue angle of 211º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0DDFC is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 221 | 252 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.01 |
| HSL | 211º | 0.91% | 0.87% | - |
| HSV(B) | 211º | 0.24% | 0.99% | - |
| XYZ | 65.17 | 69.95 | 102.16 | - |
| YUV | 215.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 252 | 0.24 | 0.12 | 0 | 0.01 | 211 | 0.91 | 0.87 |
| Hex | C0 | DD | FC | 18 | C | 0 | 1 | D3 | 5B | 57 |
| Octal | 300 | 335 | 374 | 30 | 14 | 0 | 1 | 323 | 133 | 127 |
| Binary | 11000000 | 11011101 | 11111100 | 11000 | 1100 | 0 | 1 | 11010011 | 1011011 | 1010111 |
Color Harmonies of #C0DDFC
Complementary color
Monochromatic Colors of #C0DDFC
Black with #C0DDFC
Text Example
Text Example
White with #C0DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDFC; }
p { color: rgb(192,221,252); }
H1.HeaderClassName
{
color: #C0DDFC;
}
.AnyTagClassName
{
color: #C0DDFC;
}
</style>
background-color css
<style>
a { background-color: #C0DDFC; }
a { background-color: rgb(192,221,252); }
div.DivClassName
{
background-color: #C0DDFC;
}
.BgClassName
{
background-color: #C0DDFC;
}
</style>
border-color css
<style>
span { border-color: #C0DDFC; }
span { border-color: rgb(192,221,252); }
td.TdClassName
{
border-color: #C0DDFC;
}
.TagClassName
{
border-color: #C0DDFC;
}
</style>