Shades of Pattens Blue #C7E8FB
Tints of Pattens Blue #C7E8FB
RGB
CMYK
RGB Variations
Color information
#C7E8FB (or 0xC7E8FB) is known color: Pattens Blue. HEX triplet: C7, E8 and FB. RGB value is (199,232,251). Sum of RGB (Red+Green+Blue) = 199+232+251=682 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.18% from 682); Green value is 232 (91.02% from 255 or 34.02% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7E8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7E8FB is #381704. Grayscale: #E0E0E0. Windows color (decimal): -3675909 or 16509127. OLE color: 16509127.
HSL color Cylindrical-coordinate representation of color #C7E8FB: hue angle of 201.92º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7E8FB is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 232 | 251 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.02 |
| HSL | 201.92º | 0.87% | 0.88% | - |
| HSV(B) | 201.92º | 0.21% | 0.98% | - |
| XYZ | 69.82 | 76.82 | 102.41 | - |
| YUV | 224.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 232 | 251 | 0.21 | 0.08 | 0 | 0.02 | 201.92 | 0.87 | 0.88 |
| Hex | C7 | E8 | FB | 15 | 8 | 0 | 2 | CA | 57 | 58 |
| Octal | 307 | 350 | 373 | 25 | 10 | 0 | 2 | 312 | 127 | 130 |
| Binary | 11000111 | 11101000 | 11111011 | 10101 | 1000 | 0 | 10 | 11001010 | 1010111 | 1011000 |
Color Harmonies of #C7E8FB
Complementary color
Monochromatic Colors of #C7E8FB
Black with #C7E8FB
Text Example
Text Example
White with #C7E8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E8FB; }
p { color: rgb(199,232,251); }
H1.HeaderClassName
{
color: #C7E8FB;
}
.AnyTagClassName
{
color: #C7E8FB;
}
</style>
background-color css
<style>
a { background-color: #C7E8FB; }
a { background-color: rgb(199,232,251); }
div.DivClassName
{
background-color: #C7E8FB;
}
.BgClassName
{
background-color: #C7E8FB;
}
</style>
border-color css
<style>
span { border-color: #C7E8FB; }
span { border-color: rgb(199,232,251); }
td.TdClassName
{
border-color: #C7E8FB;
}
.TagClassName
{
border-color: #C7E8FB;
}
</style>