Shades of Pattens Blue #C3DCEB
Tints of Pattens Blue #C3DCEB
RGB
CMYK
RGB Variations
Color information
#C3DCEB (or 0xC3DCEB) is known color: Pattens Blue. HEX triplet: C3, DC and EB. RGB value is (195,220,235). Sum of RGB (Red+Green+Blue) = 195+220+235=650 (86% of max value = 765). Red value is 195 (76.56% from 255 or 30% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DCEB is #3C2314. Grayscale: #D6D6D6. Windows color (decimal): -3941141 or 15457475. OLE color: 15457475.
HSL color Cylindrical-coordinate representation of color #C3DCEB: hue angle of 202.5º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3DCEB is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 220 | 235 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.08 |
| HSL | 202.5º | 0.5% | 0.84% | - |
| HSV(B) | 202.5º | 0.17% | 0.92% | - |
| XYZ | 63.09 | 68.79 | 88.55 | - |
| YUV | 214.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 235 | 0.17 | 0.06 | 0 | 0.08 | 202.5 | 0.5 | 0.84 |
| Hex | C3 | DC | EB | 11 | 6 | 0 | 8 | CA | 32 | 54 |
| Octal | 303 | 334 | 353 | 21 | 6 | 0 | 10 | 312 | 62 | 124 |
| Binary | 11000011 | 11011100 | 11101011 | 10001 | 110 | 0 | 1000 | 11001010 | 110010 | 1010100 |
Color Harmonies of #C3DCEB
Complementary color
Monochromatic Colors of #C3DCEB
Black with #C3DCEB
Text Example
Text Example
White with #C3DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DCEB; }
p { color: rgb(195,220,235); }
H1.HeaderClassName
{
color: #C3DCEB;
}
.AnyTagClassName
{
color: #C3DCEB;
}
</style>
background-color css
<style>
a { background-color: #C3DCEB; }
a { background-color: rgb(195,220,235); }
div.DivClassName
{
background-color: #C3DCEB;
}
.BgClassName
{
background-color: #C3DCEB;
}
</style>
border-color css
<style>
span { border-color: #C3DCEB; }
span { border-color: rgb(195,220,235); }
td.TdClassName
{
border-color: #C3DCEB;
}
.TagClassName
{
border-color: #C3DCEB;
}
</style>