Shades of Pattens Blue #C4DAE6
Tints of Pattens Blue #C4DAE6
RGB
CMYK
RGB Variations
Color information
#C4DAE6 (or 0xC4DAE6) is known color: Pattens Blue. HEX triplet: C4, DA and E6. RGB value is (196,218,230). Sum of RGB (Red+Green+Blue) = 196+218+230=644 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.43% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 230 - color contains mainly: blue. Hex color #C4DAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DAE6 is #3B2519. Grayscale: #D4D4D4. Windows color (decimal): -3876122 or 15129284. OLE color: 15129284.
HSL color Cylindrical-coordinate representation of color #C4DAE6: hue angle of 201.18º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4DAE6 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 218 | 230 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.10 |
| HSL | 201.18º | 0.4% | 0.84% | - |
| HSV(B) | 201.18º | 0.15% | 0.9% | - |
| XYZ | 62.12 | 67.59 | 84.64 | - |
| YUV | 212.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 230 | 0.15 | 0.05 | 0 | 0.10 | 201.18 | 0.4 | 0.84 |
| Hex | C4 | DA | E6 | F | 5 | 0 | A | C9 | 28 | 54 |
| Octal | 304 | 332 | 346 | 17 | 5 | 0 | 12 | 311 | 50 | 124 |
| Binary | 11000100 | 11011010 | 11100110 | 1111 | 101 | 0 | 1010 | 11001001 | 101000 | 1010100 |
Color Harmonies of #C4DAE6
Complementary color
Monochromatic Colors of #C4DAE6
Black with #C4DAE6
Text Example
Text Example
White with #C4DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DAE6; }
p { color: rgb(196,218,230); }
H1.HeaderClassName
{
color: #C4DAE6;
}
.AnyTagClassName
{
color: #C4DAE6;
}
</style>
background-color css
<style>
a { background-color: #C4DAE6; }
a { background-color: rgb(196,218,230); }
div.DivClassName
{
background-color: #C4DAE6;
}
.BgClassName
{
background-color: #C4DAE6;
}
</style>
border-color css
<style>
span { border-color: #C4DAE6; }
span { border-color: rgb(196,218,230); }
td.TdClassName
{
border-color: #C4DAE6;
}
.TagClassName
{
border-color: #C4DAE6;
}
</style>