Shades of Pattens Blue #C7EBFA
Tints of Pattens Blue #C7EBFA
RGB
CMYK
RGB Variations
Color information
#C7EBFA (or 0xC7EBFA) is known color: Pattens Blue. HEX triplet: C7, EB and FA. RGB value is (199,235,250). Sum of RGB (Red+Green+Blue) = 199+235+250=684 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.09% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7EBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EBFA is #381405. Grayscale: #E1E1E1. Windows color (decimal): -3675142 or 16444359. OLE color: 16444359.
HSL color Cylindrical-coordinate representation of color #C7EBFA: hue angle of 197.65º 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 #C7EBFA is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 199 | 235 | 250 | - |
CMYK | 0.20 | 0.06 | 0 | 0.02 |
HSL | 197.65º | 0.84% | 0.88% | - |
HSV(B) | 197.65º | 0.2% | 0.98% | - |
XYZ | 70.52 | 78.46 | 101.87 | - |
YUV | 225.95 | 141.57 | 108.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 235 | 250 | 0.20 | 0.06 | 0 | 0.02 | 197.65 | 0.84 | 0.88 |
Hex | C7 | EB | FA | 14 | 6 | 0 | 2 | C6 | 54 | 58 |
Octal | 307 | 353 | 372 | 24 | 6 | 0 | 2 | 306 | 124 | 130 |
Binary | 11000111 | 11101011 | 11111010 | 10100 | 110 | 0 | 10 | 11000110 | 1010100 | 1011000 |
Color Harmonies of #C7EBFA
Complementary color
Monochromatic Colors of #C7EBFA
Black with #C7EBFA
Text Example
Text Example
White with #C7EBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EBFA; }
p { color: rgb(199,235,250); }
H1.HeaderClassName
{
color: #C7EBFA;
}
.AnyTagClassName
{
color: #C7EBFA;
}
</style>
background-color css
<style>
a { background-color: #C7EBFA; }
a { background-color: rgb(199,235,250); }
div.DivClassName
{
background-color: #C7EBFA;
}
.BgClassName
{
background-color: #C7EBFA;
}
</style>
border-color css
<style>
span { border-color: #C7EBFA; }
span { border-color: rgb(199,235,250); }
td.TdClassName
{
border-color: #C7EBFA;
}
.TagClassName
{
border-color: #C7EBFA;
}
</style>