Shades of Pattens Blue #C3DCF6
Tints of Pattens Blue #C3DCF6
RGB
CMYK
RGB Variations
Color information
#C3DCF6 (or 0xC3DCF6) is known color: Pattens Blue. HEX triplet: C3, DC and F6. RGB value is (195,220,246). Sum of RGB (Red+Green+Blue) = 195+220+246=661 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.50% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 246 - color contains mainly: blue. Hex color #C3DCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DCF6 is #3C2309. Grayscale: #D7D7D7. Windows color (decimal): -3941130 or 16178371. OLE color: 16178371.
HSL color Cylindrical-coordinate representation of color #C3DCF6: hue angle of 210.59º 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 #C3DCF6 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 220 | 246 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.04 |
| HSL | 210.59º | 0.74% | 0.86% | - |
| HSV(B) | 210.59º | 0.21% | 0.96% | - |
| XYZ | 64.73 | 69.44 | 97.18 | - |
| YUV | 215.49 | 145.22 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 246 | 0.21 | 0.11 | 0 | 0.04 | 210.59 | 0.74 | 0.86 |
| Hex | C3 | DC | F6 | 15 | B | 0 | 4 | D3 | 4A | 56 |
| Octal | 303 | 334 | 366 | 25 | 13 | 0 | 4 | 323 | 112 | 126 |
| Binary | 11000011 | 11011100 | 11110110 | 10101 | 1011 | 0 | 100 | 11010011 | 1001010 | 1010110 |
Color Harmonies of #C3DCF6
Complementary color
Monochromatic Colors of #C3DCF6
Black with #C3DCF6
Text Example
Text Example
White with #C3DCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DCF6; }
p { color: rgb(195,220,246); }
H1.HeaderClassName
{
color: #C3DCF6;
}
.AnyTagClassName
{
color: #C3DCF6;
}
</style>
background-color css
<style>
a { background-color: #C3DCF6; }
a { background-color: rgb(195,220,246); }
div.DivClassName
{
background-color: #C3DCF6;
}
.BgClassName
{
background-color: #C3DCF6;
}
</style>
border-color css
<style>
span { border-color: #C3DCF6; }
span { border-color: rgb(195,220,246); }
td.TdClassName
{
border-color: #C3DCF6;
}
.TagClassName
{
border-color: #C3DCF6;
}
</style>