Shades of Pattens Blue #C4E2FF
Tints of Pattens Blue #C4E2FF
RGB
CMYK
RGB Variations
Color information
#C4E2FF (or 0xC4E2FF) is known color: Pattens Blue. HEX triplet: C4, E2 and FF. RGB value is (196,226,255). Sum of RGB (Red+Green+Blue) = 196+226+255=677 (89% of max value = 765). Red value is 196 (76.95% from 255 or 28.95% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4E2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4E2FF is #3B1D00. Grayscale: #DCDCDC. Windows color (decimal): -3874049 or 16769732. OLE color: 16769732.
HSL color Cylindrical-coordinate representation of color #C4E2FF: hue angle of 209.49º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4E2FF is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 226 | 255 | - |
| CMYK | 0.23 | 0.11 | 0 | 0 |
| HSL | 209.49º | 1% | 0.88% | - |
| HSV(B) | 209.49º | 0.23% | 1% | - |
| XYZ | 68.01 | 73.35 | 105.18 | - |
| YUV | 220.34 | 147.56 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 226 | 255 | 0.23 | 0.11 | 0 | 0 | 209.49 | 1 | 0.88 |
| Hex | C4 | E2 | FF | 17 | B | 0 | 0 | D1 | 64 | 58 |
| Octal | 304 | 342 | 377 | 27 | 13 | 0 | 0 | 321 | 144 | 130 |
| Binary | 11000100 | 11100010 | 11111111 | 10111 | 1011 | 0 | 0 | 11010001 | 1100100 | 1011000 |
Color Harmonies of #C4E2FF
Complementary color
Monochromatic Colors of #C4E2FF
Black with #C4E2FF
Text Example
Text Example
White with #C4E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E2FF; }
p { color: rgb(196,226,255); }
H1.HeaderClassName
{
color: #C4E2FF;
}
.AnyTagClassName
{
color: #C4E2FF;
}
</style>
background-color css
<style>
a { background-color: #C4E2FF; }
a { background-color: rgb(196,226,255); }
div.DivClassName
{
background-color: #C4E2FF;
}
.BgClassName
{
background-color: #C4E2FF;
}
</style>
border-color css
<style>
span { border-color: #C4E2FF; }
span { border-color: rgb(196,226,255); }
td.TdClassName
{
border-color: #C4E2FF;
}
.TagClassName
{
border-color: #C4E2FF;
}
</style>