Shades of Pattens Blue #C3DCF5
Tints of Pattens Blue #C3DCF5
RGB
CMYK
RGB Variations
Color information
#C3DCF5 (or 0xC3DCF5) is known color: Pattens Blue. HEX triplet: C3, DC and F5. RGB value is (195,220,245). Sum of RGB (Red+Green+Blue) = 195+220+245=660 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.55% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 245 (96.09% from 255 or 37.12% from 660); Max value from RGB is 245 - color contains mainly: blue. Hex color #C3DCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DCF5 is #3C230A. Grayscale: #D7D7D7. Windows color (decimal): -3941131 or 16112835. OLE color: 16112835.
HSL color Cylindrical-coordinate representation of color #C3DCF5: hue angle of 210º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3DCF5 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 220 | 245 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.04 |
| HSL | 210º | 0.71% | 0.86% | - |
| HSV(B) | 210º | 0.2% | 0.96% | - |
| XYZ | 64.58 | 69.38 | 96.37 | - |
| YUV | 215.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 245 | 0.20 | 0.10 | 0 | 0.04 | 210 | 0.71 | 0.86 |
| Hex | C3 | DC | F5 | 14 | A | 0 | 4 | D2 | 47 | 56 |
| Octal | 303 | 334 | 365 | 24 | 12 | 0 | 4 | 322 | 107 | 126 |
| Binary | 11000011 | 11011100 | 11110101 | 10100 | 1010 | 0 | 100 | 11010010 | 1000111 | 1010110 |
Color Harmonies of #C3DCF5
Complementary color
Monochromatic Colors of #C3DCF5
Black with #C3DCF5
Text Example
Text Example
White with #C3DCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DCF5; }
p { color: rgb(195,220,245); }
H1.HeaderClassName
{
color: #C3DCF5;
}
.AnyTagClassName
{
color: #C3DCF5;
}
</style>
background-color css
<style>
a { background-color: #C3DCF5; }
a { background-color: rgb(195,220,245); }
div.DivClassName
{
background-color: #C3DCF5;
}
.BgClassName
{
background-color: #C3DCF5;
}
</style>
border-color css
<style>
span { border-color: #C3DCF5; }
span { border-color: rgb(195,220,245); }
td.TdClassName
{
border-color: #C3DCF5;
}
.TagClassName
{
border-color: #C3DCF5;
}
</style>