Shades of Pattens Blue #C3D9EC
Tints of Pattens Blue #C3D9EC
RGB
CMYK
RGB Variations
Color information
#C3D9EC (or 0xC3D9EC) is known color: Pattens Blue. HEX triplet: C3, D9 and EC. RGB value is (195,217,236). Sum of RGB (Red+Green+Blue) = 195+217+236=648 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.09% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3D9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D9EC is #3C2613. Grayscale: #D4D4D4. Windows color (decimal): -3941908 or 15522243. OLE color: 15522243.
HSL color Cylindrical-coordinate representation of color #C3D9EC: hue angle of 207.8º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3D9EC is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 217 | 236 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.07 |
| HSL | 207.8º | 0.52% | 0.85% | - |
| HSV(B) | 207.8º | 0.17% | 0.93% | - |
| XYZ | 62.46 | 67.28 | 89.05 | - |
| YUV | 212.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 217 | 236 | 0.17 | 0.08 | 0 | 0.07 | 207.8 | 0.52 | 0.85 |
| Hex | C3 | D9 | EC | 11 | 8 | 0 | 7 | D0 | 34 | 55 |
| Octal | 303 | 331 | 354 | 21 | 10 | 0 | 7 | 320 | 64 | 125 |
| Binary | 11000011 | 11011001 | 11101100 | 10001 | 1000 | 0 | 111 | 11010000 | 110100 | 1010101 |
Color Harmonies of #C3D9EC
Complementary color
Monochromatic Colors of #C3D9EC
Black with #C3D9EC
Text Example
Text Example
White with #C3D9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D9EC; }
p { color: rgb(195,217,236); }
H1.HeaderClassName
{
color: #C3D9EC;
}
.AnyTagClassName
{
color: #C3D9EC;
}
</style>
background-color css
<style>
a { background-color: #C3D9EC; }
a { background-color: rgb(195,217,236); }
div.DivClassName
{
background-color: #C3D9EC;
}
.BgClassName
{
background-color: #C3D9EC;
}
</style>
border-color css
<style>
span { border-color: #C3D9EC; }
span { border-color: rgb(195,217,236); }
td.TdClassName
{
border-color: #C3D9EC;
}
.TagClassName
{
border-color: #C3D9EC;
}
</style>