Shades of Pattens Blue #C0DDFA
Tints of Pattens Blue #C0DDFA
RGB
CMYK
RGB Variations
Color information
#C0DDFA (or 0xC0DDFA) is known color: Pattens Blue. HEX triplet: C0, DD and FA. RGB value is (192,221,250). Sum of RGB (Red+Green+Blue) = 192+221+250=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0DDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DDFA is #3F2205. Grayscale: #D7D7D7. Windows color (decimal): -4137478 or 16440768. OLE color: 16440768.
HSL color Cylindrical-coordinate representation of color #C0DDFA: hue angle of 210º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0DDFA is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 221 | 250 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.02 |
| HSL | 210º | 0.85% | 0.87% | - |
| HSV(B) | 210º | 0.23% | 0.98% | - |
| XYZ | 64.85 | 69.82 | 100.5 | - |
| YUV | 215.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 250 | 0.23 | 0.12 | 0 | 0.02 | 210 | 0.85 | 0.87 |
| Hex | C0 | DD | FA | 17 | C | 0 | 2 | D2 | 55 | 57 |
| Octal | 300 | 335 | 372 | 27 | 14 | 0 | 2 | 322 | 125 | 127 |
| Binary | 11000000 | 11011101 | 11111010 | 10111 | 1100 | 0 | 10 | 11010010 | 1010101 | 1010111 |
Color Harmonies of #C0DDFA
Complementary color
Monochromatic Colors of #C0DDFA
Black with #C0DDFA
Text Example
Text Example
White with #C0DDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDFA; }
p { color: rgb(192,221,250); }
H1.HeaderClassName
{
color: #C0DDFA;
}
.AnyTagClassName
{
color: #C0DDFA;
}
</style>
background-color css
<style>
a { background-color: #C0DDFA; }
a { background-color: rgb(192,221,250); }
div.DivClassName
{
background-color: #C0DDFA;
}
.BgClassName
{
background-color: #C0DDFA;
}
</style>
border-color css
<style>
span { border-color: #C0DDFA; }
span { border-color: rgb(192,221,250); }
td.TdClassName
{
border-color: #C0DDFA;
}
.TagClassName
{
border-color: #C0DDFA;
}
</style>