Shades of Pattens Blue #C1DBEF
Tints of Pattens Blue #C1DBEF
RGB
CMYK
RGB Variations
Color information
#C1DBEF (or 0xC1DBEF) is known color: Pattens Blue. HEX triplet: C1, DB and EF. RGB value is (193,219,239). Sum of RGB (Red+Green+Blue) = 193+219+239=651 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.65% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DBEF is #3E2410. Grayscale: #D5D5D5. Windows color (decimal): -4072465 or 15719361. OLE color: 15719361.
HSL color Cylindrical-coordinate representation of color #C1DBEF: hue angle of 206.09º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1DBEF is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 219 | 239 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.06 |
| HSL | 206.09º | 0.59% | 0.85% | - |
| HSV(B) | 206.09º | 0.19% | 0.94% | - |
| XYZ | 62.9 | 68.23 | 91.52 | - |
| YUV | 213.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 239 | 0.19 | 0.08 | 0 | 0.06 | 206.09 | 0.59 | 0.85 |
| Hex | C1 | DB | EF | 13 | 8 | 0 | 6 | CE | 3B | 55 |
| Octal | 301 | 333 | 357 | 23 | 10 | 0 | 6 | 316 | 73 | 125 |
| Binary | 11000001 | 11011011 | 11101111 | 10011 | 1000 | 0 | 110 | 11001110 | 111011 | 1010101 |
Color Harmonies of #C1DBEF
Complementary color
Monochromatic Colors of #C1DBEF
Black with #C1DBEF
Text Example
Text Example
White with #C1DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBEF; }
p { color: rgb(193,219,239); }
H1.HeaderClassName
{
color: #C1DBEF;
}
.AnyTagClassName
{
color: #C1DBEF;
}
</style>
background-color css
<style>
a { background-color: #C1DBEF; }
a { background-color: rgb(193,219,239); }
div.DivClassName
{
background-color: #C1DBEF;
}
.BgClassName
{
background-color: #C1DBEF;
}
</style>
border-color css
<style>
span { border-color: #C1DBEF; }
span { border-color: rgb(193,219,239); }
td.TdClassName
{
border-color: #C1DBEF;
}
.TagClassName
{
border-color: #C1DBEF;
}
</style>