Shades of Pattens Blue #C4E3FD
Tints of Pattens Blue #C4E3FD
RGB
CMYK
RGB Variations
Color information
#C4E3FD (or 0xC4E3FD) is known color: Pattens Blue. HEX triplet: C4, E3 and FD. RGB value is (196,227,253). Sum of RGB (Red+Green+Blue) = 196+227+253=676 (89% of max value = 765). Red value is 196 (76.95% from 255 or 28.99% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4E3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4E3FD is #3B1C02. Grayscale: #DCDCDC. Windows color (decimal): -3873795 or 16638916. OLE color: 16638916.
HSL color Cylindrical-coordinate representation of color #C4E3FD: hue angle of 207.37º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4E3FD is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 227 | 253 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.01 |
| HSL | 207.37º | 0.93% | 0.88% | - |
| HSV(B) | 207.37º | 0.23% | 0.99% | - |
| XYZ | 67.96 | 73.77 | 103.58 | - |
| YUV | 220.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 227 | 253 | 0.23 | 0.10 | 0 | 0.01 | 207.37 | 0.93 | 0.88 |
| Hex | C4 | E3 | FD | 17 | A | 0 | 1 | CF | 5D | 58 |
| Octal | 304 | 343 | 375 | 27 | 12 | 0 | 1 | 317 | 135 | 130 |
| Binary | 11000100 | 11100011 | 11111101 | 10111 | 1010 | 0 | 1 | 11001111 | 1011101 | 1011000 |
Color Harmonies of #C4E3FD
Complementary color
Monochromatic Colors of #C4E3FD
Black with #C4E3FD
Text Example
Text Example
White with #C4E3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E3FD; }
p { color: rgb(196,227,253); }
H1.HeaderClassName
{
color: #C4E3FD;
}
.AnyTagClassName
{
color: #C4E3FD;
}
</style>
background-color css
<style>
a { background-color: #C4E3FD; }
a { background-color: rgb(196,227,253); }
div.DivClassName
{
background-color: #C4E3FD;
}
.BgClassName
{
background-color: #C4E3FD;
}
</style>
border-color css
<style>
span { border-color: #C4E3FD; }
span { border-color: rgb(196,227,253); }
td.TdClassName
{
border-color: #C4E3FD;
}
.TagClassName
{
border-color: #C4E3FD;
}
</style>