Shades of Pattens Blue #C1DBEE
Tints of Pattens Blue #C1DBEE
RGB
CMYK
RGB Variations
Color information
#C1DBEE (or 0xC1DBEE) is known color: Pattens Blue. HEX triplet: C1, DB and EE. RGB value is (193,219,238). Sum of RGB (Red+Green+Blue) = 193+219+238=650 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.69% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DBEE is #3E2411. Grayscale: #D5D5D5. Windows color (decimal): -4072466 or 15653825. OLE color: 15653825.
HSL color Cylindrical-coordinate representation of color #C1DBEE: hue angle of 205.33º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1DBEE is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 219 | 238 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.07 |
| HSL | 205.33º | 0.57% | 0.85% | - |
| HSV(B) | 205.33º | 0.19% | 0.93% | - |
| XYZ | 62.76 | 68.17 | 90.74 | - |
| YUV | 213.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 238 | 0.19 | 0.08 | 0 | 0.07 | 205.33 | 0.57 | 0.85 |
| Hex | C1 | DB | EE | 13 | 8 | 0 | 7 | CD | 39 | 55 |
| Octal | 301 | 333 | 356 | 23 | 10 | 0 | 7 | 315 | 71 | 125 |
| Binary | 11000001 | 11011011 | 11101110 | 10011 | 1000 | 0 | 111 | 11001101 | 111001 | 1010101 |
Color Harmonies of #C1DBEE
Complementary color
Monochromatic Colors of #C1DBEE
Black with #C1DBEE
Text Example
Text Example
White with #C1DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBEE; }
p { color: rgb(193,219,238); }
H1.HeaderClassName
{
color: #C1DBEE;
}
.AnyTagClassName
{
color: #C1DBEE;
}
</style>
background-color css
<style>
a { background-color: #C1DBEE; }
a { background-color: rgb(193,219,238); }
div.DivClassName
{
background-color: #C1DBEE;
}
.BgClassName
{
background-color: #C1DBEE;
}
</style>
border-color css
<style>
span { border-color: #C1DBEE; }
span { border-color: rgb(193,219,238); }
td.TdClassName
{
border-color: #C1DBEE;
}
.TagClassName
{
border-color: #C1DBEE;
}
</style>