Shades of Pattens Blue #C5E1EF
Tints of Pattens Blue #C5E1EF
RGB
CMYK
RGB Variations
Color information
#C5E1EF (or 0xC5E1EF) is known color: Pattens Blue. HEX triplet: C5, E1 and EF. RGB value is (197,225,239). Sum of RGB (Red+Green+Blue) = 197+225+239=661 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.80% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5E1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5E1EF is #3A1E10. Grayscale: #DADADA. Windows color (decimal): -3808785 or 15720901. OLE color: 15720901.
HSL color Cylindrical-coordinate representation of color #C5E1EF: hue angle of 200º 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 #C5E1EF is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 225 | 239 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.06 |
| HSL | 200º | 0.57% | 0.85% | - |
| HSV(B) | 200º | 0.18% | 0.94% | - |
| XYZ | 65.53 | 71.95 | 92.1 | - |
| YUV | 218.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 239 | 0.18 | 0.06 | 0 | 0.06 | 200 | 0.57 | 0.85 |
| Hex | C5 | E1 | EF | 12 | 6 | 0 | 6 | C8 | 39 | 55 |
| Octal | 305 | 341 | 357 | 22 | 6 | 0 | 6 | 310 | 71 | 125 |
| Binary | 11000101 | 11100001 | 11101111 | 10010 | 110 | 0 | 110 | 11001000 | 111001 | 1010101 |
Color Harmonies of #C5E1EF
Complementary color
Monochromatic Colors of #C5E1EF
Black with #C5E1EF
Text Example
Text Example
White with #C5E1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E1EF; }
p { color: rgb(197,225,239); }
H1.HeaderClassName
{
color: #C5E1EF;
}
.AnyTagClassName
{
color: #C5E1EF;
}
</style>
background-color css
<style>
a { background-color: #C5E1EF; }
a { background-color: rgb(197,225,239); }
div.DivClassName
{
background-color: #C5E1EF;
}
.BgClassName
{
background-color: #C5E1EF;
}
</style>
border-color css
<style>
span { border-color: #C5E1EF; }
span { border-color: rgb(197,225,239); }
td.TdClassName
{
border-color: #C5E1EF;
}
.TagClassName
{
border-color: #C5E1EF;
}
</style>