Shades of Pattens Blue #C4DBEB
Tints of Pattens Blue #C4DBEB
RGB
CMYK
RGB Variations
Color information
#C4DBEB (or 0xC4DBEB) is known color: Pattens Blue. HEX triplet: C4, DB and EB. RGB value is (196,219,235). Sum of RGB (Red+Green+Blue) = 196+219+235=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 219 (85.94% from 255 or 33.69% 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 #C4DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DBEB is #3B2414. Grayscale: #D5D5D5. Windows color (decimal): -3875861 or 15457220. OLE color: 15457220.
HSL color Cylindrical-coordinate representation of color #C4DBEB: hue angle of 204.62º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4DBEB is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 219 | 235 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.08 |
| HSL | 204.62º | 0.49% | 0.85% | - |
| HSV(B) | 204.62º | 0.17% | 0.92% | - |
| XYZ | 63.09 | 68.4 | 88.47 | - |
| YUV | 213.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 235 | 0.17 | 0.07 | 0 | 0.08 | 204.62 | 0.49 | 0.85 |
| Hex | C4 | DB | EB | 11 | 7 | 0 | 8 | CD | 31 | 55 |
| Octal | 304 | 333 | 353 | 21 | 7 | 0 | 10 | 315 | 61 | 125 |
| Binary | 11000100 | 11011011 | 11101011 | 10001 | 111 | 0 | 1000 | 11001101 | 110001 | 1010101 |
Color Harmonies of #C4DBEB
Complementary color
Monochromatic Colors of #C4DBEB
Black with #C4DBEB
Text Example
Text Example
White with #C4DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DBEB; }
p { color: rgb(196,219,235); }
H1.HeaderClassName
{
color: #C4DBEB;
}
.AnyTagClassName
{
color: #C4DBEB;
}
</style>
background-color css
<style>
a { background-color: #C4DBEB; }
a { background-color: rgb(196,219,235); }
div.DivClassName
{
background-color: #C4DBEB;
}
.BgClassName
{
background-color: #C4DBEB;
}
</style>
border-color css
<style>
span { border-color: #C4DBEB; }
span { border-color: rgb(196,219,235); }
td.TdClassName
{
border-color: #C4DBEB;
}
.TagClassName
{
border-color: #C4DBEB;
}
</style>