Shades of Pattens Blue #C7E9FC
Tints of Pattens Blue #C7E9FC
RGB
CMYK
RGB Variations
Color information
#C7E9FC (or 0xC7E9FC) is known color: Pattens Blue. HEX triplet: C7, E9 and FC. RGB value is (199,233,252). Sum of RGB (Red+Green+Blue) = 199+233+252=684 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.09% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7E9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7E9FC is #381603. Grayscale: #E0E0E0. Windows color (decimal): -3675652 or 16574919. OLE color: 16574919.
HSL color Cylindrical-coordinate representation of color #C7E9FC: hue angle of 201.51º 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 #C7E9FC is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 233 | 252 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.01 |
| HSL | 201.51º | 0.9% | 0.88% | - |
| HSV(B) | 201.51º | 0.21% | 0.99% | - |
| XYZ | 70.26 | 77.45 | 103.34 | - |
| YUV | 225 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 233 | 252 | 0.21 | 0.08 | 0 | 0.01 | 201.51 | 0.9 | 0.88 |
| Hex | C7 | E9 | FC | 15 | 8 | 0 | 1 | CA | 5A | 58 |
| Octal | 307 | 351 | 374 | 25 | 10 | 0 | 1 | 312 | 132 | 130 |
| Binary | 11000111 | 11101001 | 11111100 | 10101 | 1000 | 0 | 1 | 11001010 | 1011010 | 1011000 |
Color Harmonies of #C7E9FC
Complementary color
Monochromatic Colors of #C7E9FC
Black with #C7E9FC
Text Example
Text Example
White with #C7E9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E9FC; }
p { color: rgb(199,233,252); }
H1.HeaderClassName
{
color: #C7E9FC;
}
.AnyTagClassName
{
color: #C7E9FC;
}
</style>
background-color css
<style>
a { background-color: #C7E9FC; }
a { background-color: rgb(199,233,252); }
div.DivClassName
{
background-color: #C7E9FC;
}
.BgClassName
{
background-color: #C7E9FC;
}
</style>
border-color css
<style>
span { border-color: #C7E9FC; }
span { border-color: rgb(199,233,252); }
td.TdClassName
{
border-color: #C7E9FC;
}
.TagClassName
{
border-color: #C7E9FC;
}
</style>