Shades of Pattens Blue #C5DAEA
Tints of Pattens Blue #C5DAEA
RGB
CMYK
RGB Variations
Color information
#C5DAEA (or 0xC5DAEA) is known color: Pattens Blue. HEX triplet: C5, DA and EA. RGB value is (197,218,234). Sum of RGB (Red+Green+Blue) = 197+218+234=649 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.35% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DAEA is #3A2515. Grayscale: #D5D5D5. Windows color (decimal): -3810582 or 15391429. OLE color: 15391429.
HSL color Cylindrical-coordinate representation of color #C5DAEA: hue angle of 205.95º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5DAEA is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 218 | 234 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.08 |
| HSL | 205.95º | 0.47% | 0.85% | - |
| HSV(B) | 205.95º | 0.16% | 0.92% | - |
| XYZ | 62.95 | 67.95 | 87.64 | - |
| YUV | 213.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 234 | 0.16 | 0.07 | 0 | 0.08 | 205.95 | 0.47 | 0.85 |
| Hex | C5 | DA | EA | 10 | 7 | 0 | 8 | CE | 2F | 55 |
| Octal | 305 | 332 | 352 | 20 | 7 | 0 | 10 | 316 | 57 | 125 |
| Binary | 11000101 | 11011010 | 11101010 | 10000 | 111 | 0 | 1000 | 11001110 | 101111 | 1010101 |
Color Harmonies of #C5DAEA
Complementary color
Monochromatic Colors of #C5DAEA
Black with #C5DAEA
Text Example
Text Example
White with #C5DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DAEA; }
p { color: rgb(197,218,234); }
H1.HeaderClassName
{
color: #C5DAEA;
}
.AnyTagClassName
{
color: #C5DAEA;
}
</style>
background-color css
<style>
a { background-color: #C5DAEA; }
a { background-color: rgb(197,218,234); }
div.DivClassName
{
background-color: #C5DAEA;
}
.BgClassName
{
background-color: #C5DAEA;
}
</style>
border-color css
<style>
span { border-color: #C5DAEA; }
span { border-color: rgb(197,218,234); }
td.TdClassName
{
border-color: #C5DAEA;
}
.TagClassName
{
border-color: #C5DAEA;
}
</style>