Shades of Pattens Blue #C7E8FC
Tints of Pattens Blue #C7E8FC
RGB
CMYK
RGB Variations
Color information
#C7E8FC (or 0xC7E8FC) is known color: Pattens Blue. HEX triplet: C7, E8 and FC. RGB value is (199,232,252). Sum of RGB (Red+Green+Blue) = 199+232+252=683 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.14% from 683); Green value is 232 (91.02% from 255 or 33.97% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7E8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7E8FC is #381703. Grayscale: #E0E0E0. Windows color (decimal): -3675908 or 16574663. OLE color: 16574663.
HSL color Cylindrical-coordinate representation of color #C7E8FC: hue angle of 202.64º 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 #C7E8FC is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 232 | 252 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.01 |
| HSL | 202.64º | 0.9% | 0.88% | - |
| HSV(B) | 202.64º | 0.21% | 0.99% | - |
| XYZ | 69.98 | 76.88 | 103.25 | - |
| YUV | 224.41 | 143.57 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 232 | 252 | 0.21 | 0.08 | 0 | 0.01 | 202.64 | 0.9 | 0.88 |
| Hex | C7 | E8 | FC | 15 | 8 | 0 | 1 | CB | 5A | 58 |
| Octal | 307 | 350 | 374 | 25 | 10 | 0 | 1 | 313 | 132 | 130 |
| Binary | 11000111 | 11101000 | 11111100 | 10101 | 1000 | 0 | 1 | 11001011 | 1011010 | 1011000 |
Color Harmonies of #C7E8FC
Complementary color
Monochromatic Colors of #C7E8FC
Black with #C7E8FC
Text Example
Text Example
White with #C7E8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E8FC; }
p { color: rgb(199,232,252); }
H1.HeaderClassName
{
color: #C7E8FC;
}
.AnyTagClassName
{
color: #C7E8FC;
}
</style>
background-color css
<style>
a { background-color: #C7E8FC; }
a { background-color: rgb(199,232,252); }
div.DivClassName
{
background-color: #C7E8FC;
}
.BgClassName
{
background-color: #C7E8FC;
}
</style>
border-color css
<style>
span { border-color: #C7E8FC; }
span { border-color: rgb(199,232,252); }
td.TdClassName
{
border-color: #C7E8FC;
}
.TagClassName
{
border-color: #C7E8FC;
}
</style>