Shades of Pattens Blue #C4EBFF
Tints of Pattens Blue #C4EBFF
RGB
CMYK
RGB Variations
Color information
#C4EBFF (or 0xC4EBFF) is known color: Pattens Blue. HEX triplet: C4, EB and FF. RGB value is (196,235,255). Sum of RGB (Red+Green+Blue) = 196+235+255=686 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.57% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EBFF is #3B1400. Grayscale: #E1E1E1. Windows color (decimal): -3871745 or 16772036. OLE color: 16772036.
HSL color Cylindrical-coordinate representation of color #C4EBFF: hue angle of 200.34º 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 #C4EBFF is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 235 | 255 | - |
| CMYK | 0.23 | 0.08 | 0 | 0 |
| HSL | 200.34º | 1% | 0.88% | - |
| HSV(B) | 200.34º | 0.23% | 1% | - |
| XYZ | 70.52 | 78.37 | 106.02 | - |
| YUV | 225.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 235 | 255 | 0.23 | 0.08 | 0 | 0 | 200.34 | 1 | 0.88 |
| Hex | C4 | EB | FF | 17 | 8 | 0 | 0 | C8 | 64 | 58 |
| Octal | 304 | 353 | 377 | 27 | 10 | 0 | 0 | 310 | 144 | 130 |
| Binary | 11000100 | 11101011 | 11111111 | 10111 | 1000 | 0 | 0 | 11001000 | 1100100 | 1011000 |
Color Harmonies of #C4EBFF
Complementary color
Monochromatic Colors of #C4EBFF
Black with #C4EBFF
Text Example
Text Example
White with #C4EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EBFF; }
p { color: rgb(196,235,255); }
H1.HeaderClassName
{
color: #C4EBFF;
}
.AnyTagClassName
{
color: #C4EBFF;
}
</style>
background-color css
<style>
a { background-color: #C4EBFF; }
a { background-color: rgb(196,235,255); }
div.DivClassName
{
background-color: #C4EBFF;
}
.BgClassName
{
background-color: #C4EBFF;
}
</style>
border-color css
<style>
span { border-color: #C4EBFF; }
span { border-color: rgb(196,235,255); }
td.TdClassName
{
border-color: #C4EBFF;
}
.TagClassName
{
border-color: #C4EBFF;
}
</style>