Shades of Pattens Blue #C0DFF1
Tints of Pattens Blue #C0DFF1
RGB
CMYK
RGB Variations
Color information
#C0DFF1 (or 0xC0DFF1) is known color: Pattens Blue. HEX triplet: C0, DF and F1. RGB value is (192,223,241). Sum of RGB (Red+Green+Blue) = 192+223+241=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0DFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DFF1 is #3F200E. Grayscale: #D7D7D7. Windows color (decimal): -4136975 or 15851456. OLE color: 15851456.
HSL color Cylindrical-coordinate representation of color #C0DFF1: hue angle of 202.04º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0DFF1 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 223 | 241 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.05 |
| HSL | 202.04º | 0.64% | 0.85% | - |
| HSV(B) | 202.04º | 0.2% | 0.95% | - |
| XYZ | 64 | 70.33 | 93.42 | - |
| YUV | 215.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 241 | 0.20 | 0.07 | 0 | 0.05 | 202.04 | 0.64 | 0.85 |
| Hex | C0 | DF | F1 | 14 | 7 | 0 | 5 | CA | 40 | 55 |
| Octal | 300 | 337 | 361 | 24 | 7 | 0 | 5 | 312 | 100 | 125 |
| Binary | 11000000 | 11011111 | 11110001 | 10100 | 111 | 0 | 101 | 11001010 | 1000000 | 1010101 |
Color Harmonies of #C0DFF1
Complementary color
Monochromatic Colors of #C0DFF1
Black with #C0DFF1
Text Example
Text Example
White with #C0DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFF1; }
p { color: rgb(192,223,241); }
H1.HeaderClassName
{
color: #C0DFF1;
}
.AnyTagClassName
{
color: #C0DFF1;
}
</style>
background-color css
<style>
a { background-color: #C0DFF1; }
a { background-color: rgb(192,223,241); }
div.DivClassName
{
background-color: #C0DFF1;
}
.BgClassName
{
background-color: #C0DFF1;
}
</style>
border-color css
<style>
span { border-color: #C0DFF1; }
span { border-color: rgb(192,223,241); }
td.TdClassName
{
border-color: #C0DFF1;
}
.TagClassName
{
border-color: #C0DFF1;
}
</style>