Shades of Pattens Blue #C5ECFC
Tints of Pattens Blue #C5ECFC
RGB
CMYK
RGB Variations
Color information
#C5ECFC (or 0xC5ECFC) is known color: Pattens Blue. HEX triplet: C5, EC and FC. RGB value is (197,236,252). Sum of RGB (Red+Green+Blue) = 197+236+252=685 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.76% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5ECFC is #3A1303. Grayscale: #E2E2E2. Windows color (decimal): -3805956 or 16575685. OLE color: 16575685.
HSL color Cylindrical-coordinate representation of color #C5ECFC: hue angle of 197.45º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5ECFC is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 236 | 252 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.01 |
| HSL | 197.45º | 0.9% | 0.88% | - |
| HSV(B) | 197.45º | 0.22% | 0.99% | - |
| XYZ | 70.59 | 78.89 | 103.6 | - |
| YUV | 226.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 236 | 252 | 0.22 | 0.06 | 0 | 0.01 | 197.45 | 0.9 | 0.88 |
| Hex | C5 | EC | FC | 16 | 6 | 0 | 1 | C5 | 5A | 58 |
| Octal | 305 | 354 | 374 | 26 | 6 | 0 | 1 | 305 | 132 | 130 |
| Binary | 11000101 | 11101100 | 11111100 | 10110 | 110 | 0 | 1 | 11000101 | 1011010 | 1011000 |
Color Harmonies of #C5ECFC
Complementary color
Monochromatic Colors of #C5ECFC
Black with #C5ECFC
Text Example
Text Example
White with #C5ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ECFC; }
p { color: rgb(197,236,252); }
H1.HeaderClassName
{
color: #C5ECFC;
}
.AnyTagClassName
{
color: #C5ECFC;
}
</style>
background-color css
<style>
a { background-color: #C5ECFC; }
a { background-color: rgb(197,236,252); }
div.DivClassName
{
background-color: #C5ECFC;
}
.BgClassName
{
background-color: #C5ECFC;
}
</style>
border-color css
<style>
span { border-color: #C5ECFC; }
span { border-color: rgb(197,236,252); }
td.TdClassName
{
border-color: #C5ECFC;
}
.TagClassName
{
border-color: #C5ECFC;
}
</style>