Shades of Pattens Blue #C0DFFF
Tints of Pattens Blue #C0DFFF
RGB
CMYK
RGB Variations
Color information
#C0DFFF (or 0xC0DFFF) is known color: Pattens Blue. HEX triplet: C0, DF and FF. RGB value is (192,223,255). Sum of RGB (Red+Green+Blue) = 192+223+255=670 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.66% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DFFF is #3F2000. Grayscale: #D9D9D9. Windows color (decimal): -4136961 or 16768960. OLE color: 16768960.
HSL color Cylindrical-coordinate representation of color #C0DFFF: hue angle of 210.48º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0DFFF is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 223 | 255 | - |
| CMYK | 0.25 | 0.13 | 0 | 0 |
| HSL | 210.48º | 1% | 0.88% | - |
| HSV(B) | 210.48º | 0.25% | 1% | - |
| XYZ | 66.18 | 71.2 | 104.86 | - |
| YUV | 217.38 | 149.23 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 255 | 0.25 | 0.13 | 0 | 0 | 210.48 | 1 | 0.88 |
| Hex | C0 | DF | FF | 19 | D | 0 | 0 | D2 | 64 | 58 |
| Octal | 300 | 337 | 377 | 31 | 15 | 0 | 0 | 322 | 144 | 130 |
| Binary | 11000000 | 11011111 | 11111111 | 11001 | 1101 | 0 | 0 | 11010010 | 1100100 | 1011000 |
Color Harmonies of #C0DFFF
Complementary color
Monochromatic Colors of #C0DFFF
Black with #C0DFFF
Text Example
Text Example
White with #C0DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFFF; }
p { color: rgb(192,223,255); }
H1.HeaderClassName
{
color: #C0DFFF;
}
.AnyTagClassName
{
color: #C0DFFF;
}
</style>
background-color css
<style>
a { background-color: #C0DFFF; }
a { background-color: rgb(192,223,255); }
div.DivClassName
{
background-color: #C0DFFF;
}
.BgClassName
{
background-color: #C0DFFF;
}
</style>
border-color css
<style>
span { border-color: #C0DFFF; }
span { border-color: rgb(192,223,255); }
td.TdClassName
{
border-color: #C0DFFF;
}
.TagClassName
{
border-color: #C0DFFF;
}
</style>