Shades of Pattens Blue #C7E3FA
Tints of Pattens Blue #C7E3FA
RGB
CMYK
RGB Variations
Color information
#C7E3FA (or 0xC7E3FA) is known color: Pattens Blue. HEX triplet: C7, E3 and FA. RGB value is (199,227,250). Sum of RGB (Red+Green+Blue) = 199+227+250=676 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.44% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7E3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7E3FA is #381C05. Grayscale: #DDDDDD. Windows color (decimal): -3677190 or 16442311. OLE color: 16442311.
HSL color Cylindrical-coordinate representation of color #C7E3FA: hue angle of 207.06º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7E3FA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 227 | 250 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.02 |
| HSL | 207.06º | 0.84% | 0.88% | - |
| HSV(B) | 207.06º | 0.2% | 0.98% | - |
| XYZ | 68.28 | 73.98 | 101.12 | - |
| YUV | 221.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 227 | 250 | 0.20 | 0.09 | 0 | 0.02 | 207.06 | 0.84 | 0.88 |
| Hex | C7 | E3 | FA | 14 | 9 | 0 | 2 | CF | 54 | 58 |
| Octal | 307 | 343 | 372 | 24 | 11 | 0 | 2 | 317 | 124 | 130 |
| Binary | 11000111 | 11100011 | 11111010 | 10100 | 1001 | 0 | 10 | 11001111 | 1010100 | 1011000 |
Color Harmonies of #C7E3FA
Complementary color
Monochromatic Colors of #C7E3FA
Black with #C7E3FA
Text Example
Text Example
White with #C7E3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E3FA; }
p { color: rgb(199,227,250); }
H1.HeaderClassName
{
color: #C7E3FA;
}
.AnyTagClassName
{
color: #C7E3FA;
}
</style>
background-color css
<style>
a { background-color: #C7E3FA; }
a { background-color: rgb(199,227,250); }
div.DivClassName
{
background-color: #C7E3FA;
}
.BgClassName
{
background-color: #C7E3FA;
}
</style>
border-color css
<style>
span { border-color: #C7E3FA; }
span { border-color: rgb(199,227,250); }
td.TdClassName
{
border-color: #C7E3FA;
}
.TagClassName
{
border-color: #C7E3FA;
}
</style>