Shades of Pattens Blue #C7E1FF
Tints of Pattens Blue #C7E1FF
RGB
CMYK
RGB Variations
Color information
#C7E1FF (or 0xC7E1FF) is known color: Pattens Blue. HEX triplet: C7, E1 and FF. RGB value is (199,225,255). Sum of RGB (Red+Green+Blue) = 199+225+255=679 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.31% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7E1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7E1FF is #381E00. Grayscale: #DCDCDC. Windows color (decimal): -3677697 or 16769479. OLE color: 16769479.
HSL color Cylindrical-coordinate representation of color #C7E1FF: hue angle of 212.14º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7E1FF is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 225 | 255 | - |
| CMYK | 0.22 | 0.12 | 0 | 0 |
| HSL | 212.14º | 1% | 0.89% | - |
| HSV(B) | 212.14º | 0.22% | 1% | - |
| XYZ | 68.53 | 73.21 | 105.13 | - |
| YUV | 220.65 | 147.39 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 225 | 255 | 0.22 | 0.12 | 0 | 0 | 212.14 | 1 | 0.89 |
| Hex | C7 | E1 | FF | 16 | C | 0 | 0 | D4 | 64 | 59 |
| Octal | 307 | 341 | 377 | 26 | 14 | 0 | 0 | 324 | 144 | 131 |
| Binary | 11000111 | 11100001 | 11111111 | 10110 | 1100 | 0 | 0 | 11010100 | 1100100 | 1011001 |
Color Harmonies of #C7E1FF
Complementary color
Monochromatic Colors of #C7E1FF
Black with #C7E1FF
Text Example
Text Example
White with #C7E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E1FF; }
p { color: rgb(199,225,255); }
H1.HeaderClassName
{
color: #C7E1FF;
}
.AnyTagClassName
{
color: #C7E1FF;
}
</style>
background-color css
<style>
a { background-color: #C7E1FF; }
a { background-color: rgb(199,225,255); }
div.DivClassName
{
background-color: #C7E1FF;
}
.BgClassName
{
background-color: #C7E1FF;
}
</style>
border-color css
<style>
span { border-color: #C7E1FF; }
span { border-color: rgb(199,225,255); }
td.TdClassName
{
border-color: #C7E1FF;
}
.TagClassName
{
border-color: #C7E1FF;
}
</style>