Shades of Pattens Blue #C1DBEB
Tints of Pattens Blue #C1DBEB
RGB
CMYK
RGB Variations
Color information
#C1DBEB (or 0xC1DBEB) is known color: Pattens Blue. HEX triplet: C1, DB and EB. RGB value is (193,219,235). Sum of RGB (Red+Green+Blue) = 193+219+235=647 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.83% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DBEB is #3E2414. Grayscale: #D4D4D4. Windows color (decimal): -4072469 or 15457217. OLE color: 15457217.
HSL color Cylindrical-coordinate representation of color #C1DBEB: hue angle of 202.86º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1DBEB is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 219 | 235 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.08 |
| HSL | 202.86º | 0.51% | 0.84% | - |
| HSV(B) | 202.86º | 0.18% | 0.92% | - |
| XYZ | 62.32 | 68 | 88.44 | - |
| YUV | 213.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 235 | 0.18 | 0.07 | 0 | 0.08 | 202.86 | 0.51 | 0.84 |
| Hex | C1 | DB | EB | 12 | 7 | 0 | 8 | CB | 33 | 54 |
| Octal | 301 | 333 | 353 | 22 | 7 | 0 | 10 | 313 | 63 | 124 |
| Binary | 11000001 | 11011011 | 11101011 | 10010 | 111 | 0 | 1000 | 11001011 | 110011 | 1010100 |
Color Harmonies of #C1DBEB
Complementary color
Monochromatic Colors of #C1DBEB
Black with #C1DBEB
Text Example
Text Example
White with #C1DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBEB; }
p { color: rgb(193,219,235); }
H1.HeaderClassName
{
color: #C1DBEB;
}
.AnyTagClassName
{
color: #C1DBEB;
}
</style>
background-color css
<style>
a { background-color: #C1DBEB; }
a { background-color: rgb(193,219,235); }
div.DivClassName
{
background-color: #C1DBEB;
}
.BgClassName
{
background-color: #C1DBEB;
}
</style>
border-color css
<style>
span { border-color: #C1DBEB; }
span { border-color: rgb(193,219,235); }
td.TdClassName
{
border-color: #C1DBEB;
}
.TagClassName
{
border-color: #C1DBEB;
}
</style>