Shades of Pattens Blue #C3DBEB
Tints of Pattens Blue #C3DBEB
RGB
CMYK
RGB Variations
Color information
#C3DBEB (or 0xC3DBEB) is known color: Pattens Blue. HEX triplet: C3, DB and EB. RGB value is (195,219,235). Sum of RGB (Red+Green+Blue) = 195+219+235=649 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.05% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DBEB is #3C2414. Grayscale: #D5D5D5. Windows color (decimal): -3941397 or 15457219. OLE color: 15457219.
HSL color Cylindrical-coordinate representation of color #C3DBEB: hue angle of 204º 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 #C3DBEB is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 219 | 235 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.08 |
| HSL | 204º | 0.5% | 0.84% | - |
| HSV(B) | 204º | 0.17% | 0.92% | - |
| XYZ | 62.83 | 68.26 | 88.46 | - |
| YUV | 213.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 235 | 0.17 | 0.07 | 0 | 0.08 | 204 | 0.5 | 0.84 |
| Hex | C3 | DB | EB | 11 | 7 | 0 | 8 | CC | 32 | 54 |
| Octal | 303 | 333 | 353 | 21 | 7 | 0 | 10 | 314 | 62 | 124 |
| Binary | 11000011 | 11011011 | 11101011 | 10001 | 111 | 0 | 1000 | 11001100 | 110010 | 1010100 |
Color Harmonies of #C3DBEB
Complementary color
Monochromatic Colors of #C3DBEB
Black with #C3DBEB
Text Example
Text Example
White with #C3DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DBEB; }
p { color: rgb(195,219,235); }
H1.HeaderClassName
{
color: #C3DBEB;
}
.AnyTagClassName
{
color: #C3DBEB;
}
</style>
background-color css
<style>
a { background-color: #C3DBEB; }
a { background-color: rgb(195,219,235); }
div.DivClassName
{
background-color: #C3DBEB;
}
.BgClassName
{
background-color: #C3DBEB;
}
</style>
border-color css
<style>
span { border-color: #C3DBEB; }
span { border-color: rgb(195,219,235); }
td.TdClassName
{
border-color: #C3DBEB;
}
.TagClassName
{
border-color: #C3DBEB;
}
</style>