Shades of Pattens Blue #C5DBEC
Tints of Pattens Blue #C5DBEC
RGB
CMYK
RGB Variations
Color information
#C5DBEC (or 0xC5DBEC) is known color: Pattens Blue. HEX triplet: C5, DB and EC. RGB value is (197,219,236). Sum of RGB (Red+Green+Blue) = 197+219+236=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DBEC is #3A2413. Grayscale: #D6D6D6. Windows color (decimal): -3810324 or 15522757. OLE color: 15522757.
HSL color Cylindrical-coordinate representation of color #C5DBEC: hue angle of 206.15º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5DBEC is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 219 | 236 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.07 |
| HSL | 206.15º | 0.51% | 0.85% | - |
| HSV(B) | 206.15º | 0.17% | 0.93% | - |
| XYZ | 63.5 | 68.59 | 89.25 | - |
| YUV | 214.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 236 | 0.17 | 0.07 | 0 | 0.07 | 206.15 | 0.51 | 0.85 |
| Hex | C5 | DB | EC | 11 | 7 | 0 | 7 | CE | 33 | 55 |
| Octal | 305 | 333 | 354 | 21 | 7 | 0 | 7 | 316 | 63 | 125 |
| Binary | 11000101 | 11011011 | 11101100 | 10001 | 111 | 0 | 111 | 11001110 | 110011 | 1010101 |
Color Harmonies of #C5DBEC
Complementary color
Monochromatic Colors of #C5DBEC
Black with #C5DBEC
Text Example
Text Example
White with #C5DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBEC; }
p { color: rgb(197,219,236); }
H1.HeaderClassName
{
color: #C5DBEC;
}
.AnyTagClassName
{
color: #C5DBEC;
}
</style>
background-color css
<style>
a { background-color: #C5DBEC; }
a { background-color: rgb(197,219,236); }
div.DivClassName
{
background-color: #C5DBEC;
}
.BgClassName
{
background-color: #C5DBEC;
}
</style>
border-color css
<style>
span { border-color: #C5DBEC; }
span { border-color: rgb(197,219,236); }
td.TdClassName
{
border-color: #C5DBEC;
}
.TagClassName
{
border-color: #C5DBEC;
}
</style>