Shades of Pattens Blue #C5DAEF
Tints of Pattens Blue #C5DAEF
RGB
CMYK
RGB Variations
Color information
#C5DAEF (or 0xC5DAEF) is known color: Pattens Blue. HEX triplet: C5, DA and EF. RGB value is (197,218,239). Sum of RGB (Red+Green+Blue) = 197+218+239=654 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.12% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DAEF is #3A2510. Grayscale: #D6D6D6. Windows color (decimal): -3810577 or 15719109. OLE color: 15719109.
HSL color Cylindrical-coordinate representation of color #C5DAEF: hue angle of 210º 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 #C5DAEF is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 218 | 239 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.06 |
| HSL | 210º | 0.57% | 0.85% | - |
| HSV(B) | 210º | 0.18% | 0.94% | - |
| XYZ | 63.68 | 68.25 | 91.48 | - |
| YUV | 214.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 239 | 0.18 | 0.09 | 0 | 0.06 | 210 | 0.57 | 0.85 |
| Hex | C5 | DA | EF | 12 | 9 | 0 | 6 | D2 | 39 | 55 |
| Octal | 305 | 332 | 357 | 22 | 11 | 0 | 6 | 322 | 71 | 125 |
| Binary | 11000101 | 11011010 | 11101111 | 10010 | 1001 | 0 | 110 | 11010010 | 111001 | 1010101 |
Color Harmonies of #C5DAEF
Complementary color
Monochromatic Colors of #C5DAEF
Black with #C5DAEF
Text Example
Text Example
White with #C5DAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DAEF; }
p { color: rgb(197,218,239); }
H1.HeaderClassName
{
color: #C5DAEF;
}
.AnyTagClassName
{
color: #C5DAEF;
}
</style>
background-color css
<style>
a { background-color: #C5DAEF; }
a { background-color: rgb(197,218,239); }
div.DivClassName
{
background-color: #C5DAEF;
}
.BgClassName
{
background-color: #C5DAEF;
}
</style>
border-color css
<style>
span { border-color: #C5DAEF; }
span { border-color: rgb(197,218,239); }
td.TdClassName
{
border-color: #C5DAEF;
}
.TagClassName
{
border-color: #C5DAEF;
}
</style>