Shades of Pattens Blue #C0DEF7
Tints of Pattens Blue #C0DEF7
RGB
CMYK
RGB Variations
Color information
#C0DEF7 (or 0xC0DEF7) is known color: Pattens Blue. HEX triplet: C0, DE and F7. RGB value is (192,222,247). Sum of RGB (Red+Green+Blue) = 192+222+247=661 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.05% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #C0DEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DEF7 is #3F2108. Grayscale: #D7D7D7. Windows color (decimal): -4137225 or 16244416. OLE color: 16244416.
HSL color Cylindrical-coordinate representation of color #C0DEF7: hue angle of 207.27º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0DEF7 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 222 | 247 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.03 |
| HSL | 207.27º | 0.77% | 0.86% | - |
| HSV(B) | 207.27º | 0.22% | 0.97% | - |
| XYZ | 64.65 | 70.16 | 98.13 | - |
| YUV | 215.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 247 | 0.22 | 0.10 | 0 | 0.03 | 207.27 | 0.77 | 0.86 |
| Hex | C0 | DE | F7 | 16 | A | 0 | 3 | CF | 4D | 56 |
| Octal | 300 | 336 | 367 | 26 | 12 | 0 | 3 | 317 | 115 | 126 |
| Binary | 11000000 | 11011110 | 11110111 | 10110 | 1010 | 0 | 11 | 11001111 | 1001101 | 1010110 |
Color Harmonies of #C0DEF7
Complementary color
Monochromatic Colors of #C0DEF7
Black with #C0DEF7
Text Example
Text Example
White with #C0DEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DEF7; }
p { color: rgb(192,222,247); }
H1.HeaderClassName
{
color: #C0DEF7;
}
.AnyTagClassName
{
color: #C0DEF7;
}
</style>
background-color css
<style>
a { background-color: #C0DEF7; }
a { background-color: rgb(192,222,247); }
div.DivClassName
{
background-color: #C0DEF7;
}
.BgClassName
{
background-color: #C0DEF7;
}
</style>
border-color css
<style>
span { border-color: #C0DEF7; }
span { border-color: rgb(192,222,247); }
td.TdClassName
{
border-color: #C0DEF7;
}
.TagClassName
{
border-color: #C0DEF7;
}
</style>