Shades of Pattens Blue #C6ECFC
Tints of Pattens Blue #C6ECFC
RGB
CMYK
RGB Variations
Color information
#C6ECFC (or 0xC6ECFC) is known color: Pattens Blue. HEX triplet: C6, EC and FC. RGB value is (198,236,252). Sum of RGB (Red+Green+Blue) = 198+236+252=686 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.86% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6ECFC is #391303. Grayscale: #E2E2E2. Windows color (decimal): -3740420 or 16575686. OLE color: 16575686.
HSL color Cylindrical-coordinate representation of color #C6ECFC: hue angle of 197.78º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6ECFC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 236 | 252 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.01 |
| HSL | 197.78º | 0.9% | 0.88% | - |
| HSV(B) | 197.78º | 0.21% | 0.99% | - |
| XYZ | 70.85 | 79.02 | 103.61 | - |
| YUV | 226.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 236 | 252 | 0.21 | 0.06 | 0 | 0.01 | 197.78 | 0.9 | 0.88 |
| Hex | C6 | EC | FC | 15 | 6 | 0 | 1 | C6 | 5A | 58 |
| Octal | 306 | 354 | 374 | 25 | 6 | 0 | 1 | 306 | 132 | 130 |
| Binary | 11000110 | 11101100 | 11111100 | 10101 | 110 | 0 | 1 | 11000110 | 1011010 | 1011000 |
Color Harmonies of #C6ECFC
Complementary color
Monochromatic Colors of #C6ECFC
Black with #C6ECFC
Text Example
Text Example
White with #C6ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ECFC; }
p { color: rgb(198,236,252); }
H1.HeaderClassName
{
color: #C6ECFC;
}
.AnyTagClassName
{
color: #C6ECFC;
}
</style>
background-color css
<style>
a { background-color: #C6ECFC; }
a { background-color: rgb(198,236,252); }
div.DivClassName
{
background-color: #C6ECFC;
}
.BgClassName
{
background-color: #C6ECFC;
}
</style>
border-color css
<style>
span { border-color: #C6ECFC; }
span { border-color: rgb(198,236,252); }
td.TdClassName
{
border-color: #C6ECFC;
}
.TagClassName
{
border-color: #C6ECFC;
}
</style>