Shades of Pattens Blue #C1DBEA
Tints of Pattens Blue #C1DBEA
RGB
CMYK
RGB Variations
Color information
#C1DBEA (or 0xC1DBEA) is known color: Pattens Blue. HEX triplet: C1, DB and EA. RGB value is (193,219,234). Sum of RGB (Red+Green+Blue) = 193+219+234=646 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.88% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DBEA is #3E2415. Grayscale: #D4D4D4. Windows color (decimal): -4072470 or 15391681. OLE color: 15391681.
HSL color Cylindrical-coordinate representation of color #C1DBEA: hue angle of 201.95º degrees, saturation: 0.49, 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 #C1DBEA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 219 | 234 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.08 |
| HSL | 201.95º | 0.49% | 0.84% | - |
| HSV(B) | 201.95º | 0.18% | 0.92% | - |
| XYZ | 62.18 | 67.94 | 87.68 | - |
| YUV | 212.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 234 | 0.18 | 0.06 | 0 | 0.08 | 201.95 | 0.49 | 0.84 |
| Hex | C1 | DB | EA | 12 | 6 | 0 | 8 | CA | 31 | 54 |
| Octal | 301 | 333 | 352 | 22 | 6 | 0 | 10 | 312 | 61 | 124 |
| Binary | 11000001 | 11011011 | 11101010 | 10010 | 110 | 0 | 1000 | 11001010 | 110001 | 1010100 |
Color Harmonies of #C1DBEA
Complementary color
Monochromatic Colors of #C1DBEA
Black with #C1DBEA
Text Example
Text Example
White with #C1DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBEA; }
p { color: rgb(193,219,234); }
H1.HeaderClassName
{
color: #C1DBEA;
}
.AnyTagClassName
{
color: #C1DBEA;
}
</style>
background-color css
<style>
a { background-color: #C1DBEA; }
a { background-color: rgb(193,219,234); }
div.DivClassName
{
background-color: #C1DBEA;
}
.BgClassName
{
background-color: #C1DBEA;
}
</style>
border-color css
<style>
span { border-color: #C1DBEA; }
span { border-color: rgb(193,219,234); }
td.TdClassName
{
border-color: #C1DBEA;
}
.TagClassName
{
border-color: #C1DBEA;
}
</style>