Shades of Pattens Blue #C0DFFB
Tints of Pattens Blue #C0DFFB
RGB
CMYK
RGB Variations
Color information
#C0DFFB (or 0xC0DFFB) is known color: Pattens Blue. HEX triplet: C0, DF and FB. RGB value is (192,223,251). Sum of RGB (Red+Green+Blue) = 192+223+251=666 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.83% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DFFB is #3F2004. Grayscale: #D8D8D8. Windows color (decimal): -4136965 or 16506816. OLE color: 16506816.
HSL color Cylindrical-coordinate representation of color #C0DFFB: hue angle of 208.47º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0DFFB is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 223 | 251 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.02 |
| HSL | 208.47º | 0.88% | 0.87% | - |
| HSV(B) | 208.47º | 0.24% | 0.98% | - |
| XYZ | 65.54 | 70.95 | 101.51 | - |
| YUV | 216.92 | 147.23 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 251 | 0.24 | 0.11 | 0 | 0.02 | 208.47 | 0.88 | 0.87 |
| Hex | C0 | DF | FB | 18 | B | 0 | 2 | D0 | 58 | 57 |
| Octal | 300 | 337 | 373 | 30 | 13 | 0 | 2 | 320 | 130 | 127 |
| Binary | 11000000 | 11011111 | 11111011 | 11000 | 1011 | 0 | 10 | 11010000 | 1011000 | 1010111 |
Color Harmonies of #C0DFFB
Complementary color
Monochromatic Colors of #C0DFFB
Black with #C0DFFB
Text Example
Text Example
White with #C0DFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFFB; }
p { color: rgb(192,223,251); }
H1.HeaderClassName
{
color: #C0DFFB;
}
.AnyTagClassName
{
color: #C0DFFB;
}
</style>
background-color css
<style>
a { background-color: #C0DFFB; }
a { background-color: rgb(192,223,251); }
div.DivClassName
{
background-color: #C0DFFB;
}
.BgClassName
{
background-color: #C0DFFB;
}
</style>
border-color css
<style>
span { border-color: #C0DFFB; }
span { border-color: rgb(192,223,251); }
td.TdClassName
{
border-color: #C0DFFB;
}
.TagClassName
{
border-color: #C0DFFB;
}
</style>