Shades of Pattens Blue #C7ECFB
Tints of Pattens Blue #C7ECFB
RGB
CMYK
RGB Variations
Color information
#C7ECFB (or 0xC7ECFB) is known color: Pattens Blue. HEX triplet: C7, EC and FB. RGB value is (199,236,251). Sum of RGB (Red+Green+Blue) = 199+236+251=686 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.01% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7ECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7ECFB is #381304. Grayscale: #E2E2E2. Windows color (decimal): -3674885 or 16510151. OLE color: 16510151.
HSL color Cylindrical-coordinate representation of color #C7ECFB: hue angle of 197.31º 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 #C7ECFB is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 199 | 236 | 251 | - |
CMYK | 0.21 | 0.06 | 0 | 0.02 |
HSL | 197.31º | 0.87% | 0.88% | - |
HSV(B) | 197.31º | 0.21% | 0.98% | - |
XYZ | 70.96 | 79.1 | 102.79 | - |
YUV | 226.65 | 141.74 | 108.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 236 | 251 | 0.21 | 0.06 | 0 | 0.02 | 197.31 | 0.87 | 0.88 |
Hex | C7 | EC | FB | 15 | 6 | 0 | 2 | C5 | 57 | 58 |
Octal | 307 | 354 | 373 | 25 | 6 | 0 | 2 | 305 | 127 | 130 |
Binary | 11000111 | 11101100 | 11111011 | 10101 | 110 | 0 | 10 | 11000101 | 1010111 | 1011000 |
Color Harmonies of #C7ECFB
Complementary color
Monochromatic Colors of #C7ECFB
Black with #C7ECFB
Text Example
Text Example
White with #C7ECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ECFB; }
p { color: rgb(199,236,251); }
H1.HeaderClassName
{
color: #C7ECFB;
}
.AnyTagClassName
{
color: #C7ECFB;
}
</style>
background-color css
<style>
a { background-color: #C7ECFB; }
a { background-color: rgb(199,236,251); }
div.DivClassName
{
background-color: #C7ECFB;
}
.BgClassName
{
background-color: #C7ECFB;
}
</style>
border-color css
<style>
span { border-color: #C7ECFB; }
span { border-color: rgb(199,236,251); }
td.TdClassName
{
border-color: #C7ECFB;
}
.TagClassName
{
border-color: #C7ECFB;
}
</style>