Shades of Pattens Blue #C5DCEF
Tints of Pattens Blue #C5DCEF
RGB
CMYK
RGB Variations
Color information
#C5DCEF (or 0xC5DCEF) is known color: Pattens Blue. HEX triplet: C5, DC and EF. RGB value is (197,220,239). Sum of RGB (Red+Green+Blue) = 197+220+239=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DCEF is #3A2310. Grayscale: #D7D7D7. Windows color (decimal): -3810065 or 15719621. OLE color: 15719621.
HSL color Cylindrical-coordinate representation of color #C5DCEF: hue angle of 207.14º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5DCEF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 220 | 239 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.06 |
| HSL | 207.14º | 0.57% | 0.85% | - |
| HSV(B) | 207.14º | 0.18% | 0.94% | - |
| XYZ | 64.2 | 69.29 | 91.65 | - |
| YUV | 215.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 239 | 0.18 | 0.08 | 0 | 0.06 | 207.14 | 0.57 | 0.85 |
| Hex | C5 | DC | EF | 12 | 8 | 0 | 6 | CF | 39 | 55 |
| Octal | 305 | 334 | 357 | 22 | 10 | 0 | 6 | 317 | 71 | 125 |
| Binary | 11000101 | 11011100 | 11101111 | 10010 | 1000 | 0 | 110 | 11001111 | 111001 | 1010101 |
Color Harmonies of #C5DCEF
Complementary color
Monochromatic Colors of #C5DCEF
Black with #C5DCEF
Text Example
Text Example
White with #C5DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DCEF; }
p { color: rgb(197,220,239); }
H1.HeaderClassName
{
color: #C5DCEF;
}
.AnyTagClassName
{
color: #C5DCEF;
}
</style>
background-color css
<style>
a { background-color: #C5DCEF; }
a { background-color: rgb(197,220,239); }
div.DivClassName
{
background-color: #C5DCEF;
}
.BgClassName
{
background-color: #C5DCEF;
}
</style>
border-color css
<style>
span { border-color: #C5DCEF; }
span { border-color: rgb(197,220,239); }
td.TdClassName
{
border-color: #C5DCEF;
}
.TagClassName
{
border-color: #C5DCEF;
}
</style>