Shades of Pattens Blue #C5D6E0
Tints of Pattens Blue #C5D6E0
RGB
CMYK
RGB Variations
Color information
#C5D6E0 (or 0xC5D6E0) is known color: Pattens Blue. HEX triplet: C5, D6 and E0. RGB value is (197,214,224). Sum of RGB (Red+Green+Blue) = 197+214+224=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5D6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6E0 is #3A291F. Grayscale: #D2D2D2. Windows color (decimal): -3811616 or 14735045. OLE color: 14735045.
HSL color Cylindrical-coordinate representation of color #C5D6E0: hue angle of 202.22º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5D6E0 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 214 | 224 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.12 |
| HSL | 202.22º | 0.3% | 0.83% | - |
| HSV(B) | 202.22º | 0.12% | 0.88% | - |
| XYZ | 60.53 | 65.35 | 79.94 | - |
| YUV | 210.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 224 | 0.12 | 0.04 | 0 | 0.12 | 202.22 | 0.3 | 0.83 |
| Hex | C5 | D6 | E0 | C | 4 | 0 | C | CA | 1E | 53 |
| Octal | 305 | 326 | 340 | 14 | 4 | 0 | 14 | 312 | 36 | 123 |
| Binary | 11000101 | 11010110 | 11100000 | 1100 | 100 | 0 | 1100 | 11001010 | 11110 | 1010011 |
Color Harmonies of #C5D6E0
Complementary color
Monochromatic Colors of #C5D6E0
Black with #C5D6E0
Text Example
Text Example
White with #C5D6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D6E0; }
p { color: rgb(197,214,224); }
H1.HeaderClassName
{
color: #C5D6E0;
}
.AnyTagClassName
{
color: #C5D6E0;
}
</style>
background-color css
<style>
a { background-color: #C5D6E0; }
a { background-color: rgb(197,214,224); }
div.DivClassName
{
background-color: #C5D6E0;
}
.BgClassName
{
background-color: #C5D6E0;
}
</style>
border-color css
<style>
span { border-color: #C5D6E0; }
span { border-color: rgb(197,214,224); }
td.TdClassName
{
border-color: #C5D6E0;
}
.TagClassName
{
border-color: #C5D6E0;
}
</style>