Shades of Pattens Blue #C5DBF1
Tints of Pattens Blue #C5DBF1
RGB
CMYK
RGB Variations
Color information
#C5DBF1 (or 0xC5DBF1) is known color: Pattens Blue. HEX triplet: C5, DB and F1. RGB value is (197,219,241). Sum of RGB (Red+Green+Blue) = 197+219+241=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5DBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DBF1 is #3A240E. Grayscale: #D6D6D6. Windows color (decimal): -3810319 or 15850437. OLE color: 15850437.
HSL color Cylindrical-coordinate representation of color #C5DBF1: hue angle of 210º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5DBF1 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 219 | 241 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.05 |
| HSL | 210º | 0.61% | 0.86% | - |
| HSV(B) | 210º | 0.18% | 0.95% | - |
| XYZ | 64.23 | 68.88 | 93.13 | - |
| YUV | 214.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 241 | 0.18 | 0.09 | 0 | 0.05 | 210 | 0.61 | 0.86 |
| Hex | C5 | DB | F1 | 12 | 9 | 0 | 5 | D2 | 3D | 56 |
| Octal | 305 | 333 | 361 | 22 | 11 | 0 | 5 | 322 | 75 | 126 |
| Binary | 11000101 | 11011011 | 11110001 | 10010 | 1001 | 0 | 101 | 11010010 | 111101 | 1010110 |
Color Harmonies of #C5DBF1
Complementary color
Monochromatic Colors of #C5DBF1
Black with #C5DBF1
Text Example
Text Example
White with #C5DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBF1; }
p { color: rgb(197,219,241); }
H1.HeaderClassName
{
color: #C5DBF1;
}
.AnyTagClassName
{
color: #C5DBF1;
}
</style>
background-color css
<style>
a { background-color: #C5DBF1; }
a { background-color: rgb(197,219,241); }
div.DivClassName
{
background-color: #C5DBF1;
}
.BgClassName
{
background-color: #C5DBF1;
}
</style>
border-color css
<style>
span { border-color: #C5DBF1; }
span { border-color: rgb(197,219,241); }
td.TdClassName
{
border-color: #C5DBF1;
}
.TagClassName
{
border-color: #C5DBF1;
}
</style>