Shades of Pattens Blue #C4DBEE
Tints of Pattens Blue #C4DBEE
RGB
CMYK
RGB Variations
Color information
#C4DBEE (or 0xC4DBEE) is known color: Pattens Blue. HEX triplet: C4, DB and EE. RGB value is (196,219,238). Sum of RGB (Red+Green+Blue) = 196+219+238=653 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.02% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DBEE is #3B2411. Grayscale: #D6D6D6. Windows color (decimal): -3875858 or 15653828. OLE color: 15653828.
HSL color Cylindrical-coordinate representation of color #C4DBEE: hue angle of 207.14º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4DBEE is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 219 | 238 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.07 |
| HSL | 207.14º | 0.55% | 0.85% | - |
| HSV(B) | 207.14º | 0.18% | 0.93% | - |
| XYZ | 63.53 | 68.57 | 90.78 | - |
| YUV | 214.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 238 | 0.18 | 0.08 | 0 | 0.07 | 207.14 | 0.55 | 0.85 |
| Hex | C4 | DB | EE | 12 | 8 | 0 | 7 | CF | 37 | 55 |
| Octal | 304 | 333 | 356 | 22 | 10 | 0 | 7 | 317 | 67 | 125 |
| Binary | 11000100 | 11011011 | 11101110 | 10010 | 1000 | 0 | 111 | 11001111 | 110111 | 1010101 |
Color Harmonies of #C4DBEE
Complementary color
Monochromatic Colors of #C4DBEE
Black with #C4DBEE
Text Example
Text Example
White with #C4DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DBEE; }
p { color: rgb(196,219,238); }
H1.HeaderClassName
{
color: #C4DBEE;
}
.AnyTagClassName
{
color: #C4DBEE;
}
</style>
background-color css
<style>
a { background-color: #C4DBEE; }
a { background-color: rgb(196,219,238); }
div.DivClassName
{
background-color: #C4DBEE;
}
.BgClassName
{
background-color: #C4DBEE;
}
</style>
border-color css
<style>
span { border-color: #C4DBEE; }
span { border-color: rgb(196,219,238); }
td.TdClassName
{
border-color: #C4DBEE;
}
.TagClassName
{
border-color: #C4DBEE;
}
</style>