Shades of Pattens Blue #C1DDFB
Tints of Pattens Blue #C1DDFB
RGB
CMYK
RGB Variations
Color information
#C1DDFB (or 0xC1DDFB) is known color: Pattens Blue. HEX triplet: C1, DD and FB. RGB value is (193,221,251). Sum of RGB (Red+Green+Blue) = 193+221+251=665 (88% of max value = 765). Red value is 193 (75.78% from 255 or 29.02% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DDFB is #3E2204. Grayscale: #D7D7D7. Windows color (decimal): -4071941 or 16506305. OLE color: 16506305.
HSL color Cylindrical-coordinate representation of color #C1DDFB: hue angle of 211.03º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1DDFB is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 221 | 251 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.02 |
| HSL | 211.03º | 0.88% | 0.87% | - |
| HSV(B) | 211.03º | 0.23% | 0.98% | - |
| XYZ | 65.26 | 70.02 | 101.34 | - |
| YUV | 216.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 251 | 0.23 | 0.12 | 0 | 0.02 | 211.03 | 0.88 | 0.87 |
| Hex | C1 | DD | FB | 17 | C | 0 | 2 | D3 | 58 | 57 |
| Octal | 301 | 335 | 373 | 27 | 14 | 0 | 2 | 323 | 130 | 127 |
| Binary | 11000001 | 11011101 | 11111011 | 10111 | 1100 | 0 | 10 | 11010011 | 1011000 | 1010111 |
Color Harmonies of #C1DDFB
Complementary color
Monochromatic Colors of #C1DDFB
Black with #C1DDFB
Text Example
Text Example
White with #C1DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DDFB; }
p { color: rgb(193,221,251); }
H1.HeaderClassName
{
color: #C1DDFB;
}
.AnyTagClassName
{
color: #C1DDFB;
}
</style>
background-color css
<style>
a { background-color: #C1DDFB; }
a { background-color: rgb(193,221,251); }
div.DivClassName
{
background-color: #C1DDFB;
}
.BgClassName
{
background-color: #C1DDFB;
}
</style>
border-color css
<style>
span { border-color: #C1DDFB; }
span { border-color: rgb(193,221,251); }
td.TdClassName
{
border-color: #C1DDFB;
}
.TagClassName
{
border-color: #C1DDFB;
}
</style>