Shades of Pattens Blue #C5DBEE
Tints of Pattens Blue #C5DBEE
RGB
CMYK
RGB Variations
Color information
#C5DBEE (or 0xC5DBEE) is known color: Pattens Blue. HEX triplet: C5, DB and EE. RGB value is (197,219,238). Sum of RGB (Red+Green+Blue) = 197+219+238=654 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.12% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DBEE is #3A2411. Grayscale: #D6D6D6. Windows color (decimal): -3810322 or 15653829. OLE color: 15653829.
HSL color Cylindrical-coordinate representation of color #C5DBEE: hue angle of 207.8º degrees, saturation: 0.55, 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 #C5DBEE is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 219 | 238 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.07 |
| HSL | 207.8º | 0.55% | 0.85% | - |
| HSV(B) | 207.8º | 0.17% | 0.93% | - |
| XYZ | 63.79 | 68.71 | 90.79 | - |
| YUV | 214.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 238 | 0.17 | 0.08 | 0 | 0.07 | 207.8 | 0.55 | 0.85 |
| Hex | C5 | DB | EE | 11 | 8 | 0 | 7 | D0 | 37 | 55 |
| Octal | 305 | 333 | 356 | 21 | 10 | 0 | 7 | 320 | 67 | 125 |
| Binary | 11000101 | 11011011 | 11101110 | 10001 | 1000 | 0 | 111 | 11010000 | 110111 | 1010101 |
Color Harmonies of #C5DBEE
Complementary color
Monochromatic Colors of #C5DBEE
Black with #C5DBEE
Text Example
Text Example
White with #C5DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBEE; }
p { color: rgb(197,219,238); }
H1.HeaderClassName
{
color: #C5DBEE;
}
.AnyTagClassName
{
color: #C5DBEE;
}
</style>
background-color css
<style>
a { background-color: #C5DBEE; }
a { background-color: rgb(197,219,238); }
div.DivClassName
{
background-color: #C5DBEE;
}
.BgClassName
{
background-color: #C5DBEE;
}
</style>
border-color css
<style>
span { border-color: #C5DBEE; }
span { border-color: rgb(197,219,238); }
td.TdClassName
{
border-color: #C5DBEE;
}
.TagClassName
{
border-color: #C5DBEE;
}
</style>