Shades of Pattens Blue #C1DFF7
Tints of Pattens Blue #C1DFF7
RGB
CMYK
RGB Variations
Color information
#C1DFF7 (or 0xC1DFF7) is known color: Pattens Blue. HEX triplet: C1, DF and F7. RGB value is (193,223,247). Sum of RGB (Red+Green+Blue) = 193+223+247=663 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.11% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 247 - color contains mainly: blue. Hex color #C1DFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DFF7 is #3E2008. Grayscale: #D8D8D8. Windows color (decimal): -4071433 or 16244673. OLE color: 16244673.
HSL color Cylindrical-coordinate representation of color #C1DFF7: hue angle of 206.67º 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 #C1DFF7 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 223 | 247 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.03 |
| HSL | 206.67º | 0.77% | 0.86% | - |
| HSV(B) | 206.67º | 0.22% | 0.97% | - |
| XYZ | 65.17 | 70.83 | 98.23 | - |
| YUV | 216.77 | 145.06 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 247 | 0.22 | 0.10 | 0 | 0.03 | 206.67 | 0.77 | 0.86 |
| Hex | C1 | DF | F7 | 16 | A | 0 | 3 | CF | 4D | 56 |
| Octal | 301 | 337 | 367 | 26 | 12 | 0 | 3 | 317 | 115 | 126 |
| Binary | 11000001 | 11011111 | 11110111 | 10110 | 1010 | 0 | 11 | 11001111 | 1001101 | 1010110 |
Color Harmonies of #C1DFF7
Complementary color
Monochromatic Colors of #C1DFF7
Black with #C1DFF7
Text Example
Text Example
White with #C1DFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DFF7; }
p { color: rgb(193,223,247); }
H1.HeaderClassName
{
color: #C1DFF7;
}
.AnyTagClassName
{
color: #C1DFF7;
}
</style>
background-color css
<style>
a { background-color: #C1DFF7; }
a { background-color: rgb(193,223,247); }
div.DivClassName
{
background-color: #C1DFF7;
}
.BgClassName
{
background-color: #C1DFF7;
}
</style>
border-color css
<style>
span { border-color: #C1DFF7; }
span { border-color: rgb(193,223,247); }
td.TdClassName
{
border-color: #C1DFF7;
}
.TagClassName
{
border-color: #C1DFF7;
}
</style>