Shades of Pattens Blue #C7E2ED
Tints of Pattens Blue #C7E2ED
RGB
CMYK
RGB Variations
Color information
#C7E2ED (or 0xC7E2ED) is known color: Pattens Blue. HEX triplet: C7, E2 and ED. RGB value is (199,226,237). Sum of RGB (Red+Green+Blue) = 199+226+237=662 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.06% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7E2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7E2ED is #381D12. Grayscale: #DBDBDB. Windows color (decimal): -3677459 or 15590087. OLE color: 15590087.
HSL color Cylindrical-coordinate representation of color #C7E2ED: hue angle of 197.37º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7E2ED is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 226 | 237 | - |
CMYK | 0.16 | 0.05 | 0 | 0.07 |
HSL | 197.37º | 0.51% | 0.85% | - |
HSV(B) | 197.37º | 0.16% | 0.93% | - |
XYZ | 66.04 | 72.65 | 90.66 | - |
YUV | 219.18 | 138.05 | 113.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 226 | 237 | 0.16 | 0.05 | 0 | 0.07 | 197.37 | 0.51 | 0.85 |
Hex | C7 | E2 | ED | 10 | 5 | 0 | 7 | C5 | 33 | 55 |
Octal | 307 | 342 | 355 | 20 | 5 | 0 | 7 | 305 | 63 | 125 |
Binary | 11000111 | 11100010 | 11101101 | 10000 | 101 | 0 | 111 | 11000101 | 110011 | 1010101 |
Color Harmonies of #C7E2ED
Complementary color
Monochromatic Colors of #C7E2ED
Black with #C7E2ED
Text Example
Text Example
White with #C7E2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E2ED; }
p { color: rgb(199,226,237); }
H1.HeaderClassName
{
color: #C7E2ED;
}
.AnyTagClassName
{
color: #C7E2ED;
}
</style>
background-color css
<style>
a { background-color: #C7E2ED; }
a { background-color: rgb(199,226,237); }
div.DivClassName
{
background-color: #C7E2ED;
}
.BgClassName
{
background-color: #C7E2ED;
}
</style>
border-color css
<style>
span { border-color: #C7E2ED; }
span { border-color: rgb(199,226,237); }
td.TdClassName
{
border-color: #C7E2ED;
}
.TagClassName
{
border-color: #C7E2ED;
}
</style>