Shades of Pattens Blue #C4E6FC
Tints of Pattens Blue #C4E6FC
RGB
CMYK
RGB Variations
Color information
#C4E6FC (or 0xC4E6FC) is known color: Pattens Blue. HEX triplet: C4, E6 and FC. RGB value is (196,230,252). Sum of RGB (Red+Green+Blue) = 196+230+252=678 (89% of max value = 765). Red value is 196 (76.95% from 255 or 28.91% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4E6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4E6FC is #3B1903. Grayscale: #DEDEDE. Windows color (decimal): -3873028 or 16574148. OLE color: 16574148.
HSL color Cylindrical-coordinate representation of color #C4E6FC: hue angle of 203.57º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4E6FC is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 230 | 252 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.01 |
| HSL | 203.57º | 0.9% | 0.88% | - |
| HSV(B) | 203.57º | 0.22% | 0.99% | - |
| XYZ | 68.63 | 75.36 | 103.02 | - |
| YUV | 222.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 230 | 252 | 0.22 | 0.09 | 0 | 0.01 | 203.57 | 0.9 | 0.88 |
| Hex | C4 | E6 | FC | 16 | 9 | 0 | 1 | CC | 5A | 58 |
| Octal | 304 | 346 | 374 | 26 | 11 | 0 | 1 | 314 | 132 | 130 |
| Binary | 11000100 | 11100110 | 11111100 | 10110 | 1001 | 0 | 1 | 11001100 | 1011010 | 1011000 |
Color Harmonies of #C4E6FC
Complementary color
Monochromatic Colors of #C4E6FC
Black with #C4E6FC
Text Example
Text Example
White with #C4E6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E6FC; }
p { color: rgb(196,230,252); }
H1.HeaderClassName
{
color: #C4E6FC;
}
.AnyTagClassName
{
color: #C4E6FC;
}
</style>
background-color css
<style>
a { background-color: #C4E6FC; }
a { background-color: rgb(196,230,252); }
div.DivClassName
{
background-color: #C4E6FC;
}
.BgClassName
{
background-color: #C4E6FC;
}
</style>
border-color css
<style>
span { border-color: #C4E6FC; }
span { border-color: rgb(196,230,252); }
td.TdClassName
{
border-color: #C4E6FC;
}
.TagClassName
{
border-color: #C4E6FC;
}
</style>