Shades of Pattens Blue #C1DBF3
Tints of Pattens Blue #C1DBF3
RGB
CMYK
RGB Variations
Color information
#C1DBF3 (or 0xC1DBF3) is known color: Pattens Blue. HEX triplet: C1, DB and F3. RGB value is (193,219,243). Sum of RGB (Red+Green+Blue) = 193+219+243=655 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.47% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1DBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DBF3 is #3E240C. Grayscale: #D5D5D5. Windows color (decimal): -4072461 or 15981505. OLE color: 15981505.
HSL color Cylindrical-coordinate representation of color #C1DBF3: hue angle of 208.8º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1DBF3 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 219 | 243 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.05 |
| HSL | 208.8º | 0.68% | 0.85% | - |
| HSV(B) | 208.8º | 0.21% | 0.95% | - |
| XYZ | 63.5 | 68.47 | 94.66 | - |
| YUV | 213.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 243 | 0.21 | 0.10 | 0 | 0.05 | 208.8 | 0.68 | 0.85 |
| Hex | C1 | DB | F3 | 15 | A | 0 | 5 | D1 | 44 | 55 |
| Octal | 301 | 333 | 363 | 25 | 12 | 0 | 5 | 321 | 104 | 125 |
| Binary | 11000001 | 11011011 | 11110011 | 10101 | 1010 | 0 | 101 | 11010001 | 1000100 | 1010101 |
Color Harmonies of #C1DBF3
Complementary color
Monochromatic Colors of #C1DBF3
Black with #C1DBF3
Text Example
Text Example
White with #C1DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBF3; }
p { color: rgb(193,219,243); }
H1.HeaderClassName
{
color: #C1DBF3;
}
.AnyTagClassName
{
color: #C1DBF3;
}
</style>
background-color css
<style>
a { background-color: #C1DBF3; }
a { background-color: rgb(193,219,243); }
div.DivClassName
{
background-color: #C1DBF3;
}
.BgClassName
{
background-color: #C1DBF3;
}
</style>
border-color css
<style>
span { border-color: #C1DBF3; }
span { border-color: rgb(193,219,243); }
td.TdClassName
{
border-color: #C1DBF3;
}
.TagClassName
{
border-color: #C1DBF3;
}
</style>