Shades of Pattens Blue #C7E1FC
Tints of Pattens Blue #C7E1FC
RGB
CMYK
RGB Variations
Color information
#C7E1FC (or 0xC7E1FC) is known color: Pattens Blue. HEX triplet: C7, E1 and FC. RGB value is (199,225,252). Sum of RGB (Red+Green+Blue) = 199+225+252=676 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.44% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7E1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7E1FC is #381E03. Grayscale: #DCDCDC. Windows color (decimal): -3677700 or 16572871. OLE color: 16572871.
HSL color Cylindrical-coordinate representation of color #C7E1FC: hue angle of 210.57º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7E1FC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 225 | 252 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.01 |
| HSL | 210.57º | 0.9% | 0.88% | - |
| HSV(B) | 210.57º | 0.21% | 0.99% | - |
| XYZ | 68.05 | 73.02 | 102.6 | - |
| YUV | 220.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 225 | 252 | 0.21 | 0.11 | 0 | 0.01 | 210.57 | 0.9 | 0.88 |
| Hex | C7 | E1 | FC | 15 | B | 0 | 1 | D3 | 5A | 58 |
| Octal | 307 | 341 | 374 | 25 | 13 | 0 | 1 | 323 | 132 | 130 |
| Binary | 11000111 | 11100001 | 11111100 | 10101 | 1011 | 0 | 1 | 11010011 | 1011010 | 1011000 |
Color Harmonies of #C7E1FC
Complementary color
Monochromatic Colors of #C7E1FC
Black with #C7E1FC
Text Example
Text Example
White with #C7E1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E1FC; }
p { color: rgb(199,225,252); }
H1.HeaderClassName
{
color: #C7E1FC;
}
.AnyTagClassName
{
color: #C7E1FC;
}
</style>
background-color css
<style>
a { background-color: #C7E1FC; }
a { background-color: rgb(199,225,252); }
div.DivClassName
{
background-color: #C7E1FC;
}
.BgClassName
{
background-color: #C7E1FC;
}
</style>
border-color css
<style>
span { border-color: #C7E1FC; }
span { border-color: rgb(199,225,252); }
td.TdClassName
{
border-color: #C7E1FC;
}
.TagClassName
{
border-color: #C7E1FC;
}
</style>