Shades of Pattens Blue #C3DDEF
Tints of Pattens Blue #C3DDEF
RGB
CMYK
RGB Variations
Color information
#C3DDEF (or 0xC3DDEF) is known color: Pattens Blue. HEX triplet: C3, DD and EF. RGB value is (195,221,239). Sum of RGB (Red+Green+Blue) = 195+221+239=655 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.77% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DDEF is #3C2210. Grayscale: #D7D7D7. Windows color (decimal): -3940881 or 15719875. OLE color: 15719875.
HSL color Cylindrical-coordinate representation of color #C3DDEF: hue angle of 204.55º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3DDEF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 221 | 239 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.06 |
| HSL | 204.55º | 0.58% | 0.85% | - |
| HSV(B) | 204.55º | 0.18% | 0.94% | - |
| XYZ | 63.94 | 69.55 | 91.72 | - |
| YUV | 215.28 | 141.39 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 239 | 0.18 | 0.08 | 0 | 0.06 | 204.55 | 0.58 | 0.85 |
| Hex | C3 | DD | EF | 12 | 8 | 0 | 6 | CD | 3A | 55 |
| Octal | 303 | 335 | 357 | 22 | 10 | 0 | 6 | 315 | 72 | 125 |
| Binary | 11000011 | 11011101 | 11101111 | 10010 | 1000 | 0 | 110 | 11001101 | 111010 | 1010101 |
Color Harmonies of #C3DDEF
Complementary color
Monochromatic Colors of #C3DDEF
Black with #C3DDEF
Text Example
Text Example
White with #C3DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DDEF; }
p { color: rgb(195,221,239); }
H1.HeaderClassName
{
color: #C3DDEF;
}
.AnyTagClassName
{
color: #C3DDEF;
}
</style>
background-color css
<style>
a { background-color: #C3DDEF; }
a { background-color: rgb(195,221,239); }
div.DivClassName
{
background-color: #C3DDEF;
}
.BgClassName
{
background-color: #C3DDEF;
}
</style>
border-color css
<style>
span { border-color: #C3DDEF; }
span { border-color: rgb(195,221,239); }
td.TdClassName
{
border-color: #C3DDEF;
}
.TagClassName
{
border-color: #C3DDEF;
}
</style>