Shades of Pattens Blue #C7E8FF
Tints of Pattens Blue #C7E8FF
RGB
CMYK
RGB Variations
Color information
#C7E8FF (or 0xC7E8FF) is known color: Pattens Blue. HEX triplet: C7, E8 and FF. RGB value is (199,232,255). Sum of RGB (Red+Green+Blue) = 199+232+255=686 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.01% from 686); Green value is 232 (91.02% from 255 or 33.82% 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 #C7E8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7E8FF is #381700. Grayscale: #E0E0E0. Windows color (decimal): -3675905 or 16771271. OLE color: 16771271.
HSL color Cylindrical-coordinate representation of color #C7E8FF: hue angle of 204.64º 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 #C7E8FF is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 232 | 255 | - |
| CMYK | 0.22 | 0.09 | 0 | 0 |
| HSL | 204.64º | 1% | 0.89% | - |
| HSV(B) | 204.64º | 0.22% | 1% | - |
| XYZ | 70.46 | 77.08 | 105.77 | - |
| YUV | 224.76 | 145.07 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 232 | 255 | 0.22 | 0.09 | 0 | 0 | 204.64 | 1 | 0.89 |
| Hex | C7 | E8 | FF | 16 | 9 | 0 | 0 | CD | 64 | 59 |
| Octal | 307 | 350 | 377 | 26 | 11 | 0 | 0 | 315 | 144 | 131 |
| Binary | 11000111 | 11101000 | 11111111 | 10110 | 1001 | 0 | 0 | 11001101 | 1100100 | 1011001 |
Color Harmonies of #C7E8FF
Complementary color
Monochromatic Colors of #C7E8FF
Black with #C7E8FF
Text Example
Text Example
White with #C7E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E8FF; }
p { color: rgb(199,232,255); }
H1.HeaderClassName
{
color: #C7E8FF;
}
.AnyTagClassName
{
color: #C7E8FF;
}
</style>
background-color css
<style>
a { background-color: #C7E8FF; }
a { background-color: rgb(199,232,255); }
div.DivClassName
{
background-color: #C7E8FF;
}
.BgClassName
{
background-color: #C7E8FF;
}
</style>
border-color css
<style>
span { border-color: #C7E8FF; }
span { border-color: rgb(199,232,255); }
td.TdClassName
{
border-color: #C7E8FF;
}
.TagClassName
{
border-color: #C7E8FF;
}
</style>