Shades of Pattens Blue #C2DCF6
Tints of Pattens Blue #C2DCF6
RGB
CMYK
RGB Variations
Color information
#C2DCF6 (or 0xC2DCF6) is known color: Pattens Blue. HEX triplet: C2, DC and F6. RGB value is (194,220,246). Sum of RGB (Red+Green+Blue) = 194+220+246=660 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.39% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 246 - color contains mainly: blue. Hex color #C2DCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCF6 is #3D2309. Grayscale: #D7D7D7. Windows color (decimal): -4006666 or 16178370. OLE color: 16178370.
HSL color Cylindrical-coordinate representation of color #C2DCF6: hue angle of 210º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2DCF6 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 220 | 246 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.04 |
| HSL | 210º | 0.74% | 0.86% | - |
| HSV(B) | 210º | 0.21% | 0.96% | - |
| XYZ | 64.48 | 69.31 | 97.17 | - |
| YUV | 215.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 246 | 0.21 | 0.11 | 0 | 0.04 | 210 | 0.74 | 0.86 |
| Hex | C2 | DC | F6 | 15 | B | 0 | 4 | D2 | 4A | 56 |
| Octal | 302 | 334 | 366 | 25 | 13 | 0 | 4 | 322 | 112 | 126 |
| Binary | 11000010 | 11011100 | 11110110 | 10101 | 1011 | 0 | 100 | 11010010 | 1001010 | 1010110 |
Color Harmonies of #C2DCF6
Complementary color
Monochromatic Colors of #C2DCF6
Black with #C2DCF6
Text Example
Text Example
White with #C2DCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCF6; }
p { color: rgb(194,220,246); }
H1.HeaderClassName
{
color: #C2DCF6;
}
.AnyTagClassName
{
color: #C2DCF6;
}
</style>
background-color css
<style>
a { background-color: #C2DCF6; }
a { background-color: rgb(194,220,246); }
div.DivClassName
{
background-color: #C2DCF6;
}
.BgClassName
{
background-color: #C2DCF6;
}
</style>
border-color css
<style>
span { border-color: #C2DCF6; }
span { border-color: rgb(194,220,246); }
td.TdClassName
{
border-color: #C2DCF6;
}
.TagClassName
{
border-color: #C2DCF6;
}
</style>