Shades of Pattens Blue #E2F2F7
Tints of Pattens Blue #E2F2F7
RGB
CMYK
RGB Variations
Color information
#E2F2F7 (or 0xE2F2F7) is known color: Pattens Blue. HEX triplet: E2, F2 and F7. RGB value is (226,242,247). Sum of RGB (Red+Green+Blue) = 226+242+247=715 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.61% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 247 (96.88% from 255 or 34.55% from 715); Max value from RGB is 247 - color contains mainly: blue. Hex color #E2F2F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F2F7 is #1D0D08. Grayscale: #EDEDED. Windows color (decimal): -1903881 or 16249570. OLE color: 16249570.
HSL color Cylindrical-coordinate representation of color #E2F2F7: hue angle of 194.29º degrees, saturation: 0.57, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2F2F7 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 242 | 247 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.03 |
| HSL | 194.29º | 0.57% | 0.93% | - |
| HSV(B) | 194.29º | 0.09% | 0.97% | - |
| XYZ | 79.9 | 86.39 | 100.46 | - |
| YUV | 237.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 247 | 0.09 | 0.02 | 0 | 0.03 | 194.29 | 0.57 | 0.93 |
| Hex | E2 | F2 | F7 | 9 | 2 | 0 | 3 | C2 | 39 | 5D |
| Octal | 342 | 362 | 367 | 11 | 2 | 0 | 3 | 302 | 71 | 135 |
| Binary | 11100010 | 11110010 | 11110111 | 1001 | 10 | 0 | 11 | 11000010 | 111001 | 1011101 |
Color Harmonies of #E2F2F7
Complementary color
Monochromatic Colors of #E2F2F7
Black with #E2F2F7
Text Example
Text Example
White with #E2F2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F2F7; }
p { color: rgb(226,242,247); }
H1.HeaderClassName
{
color: #E2F2F7;
}
.AnyTagClassName
{
color: #E2F2F7;
}
</style>
background-color css
<style>
a { background-color: #E2F2F7; }
a { background-color: rgb(226,242,247); }
div.DivClassName
{
background-color: #E2F2F7;
}
.BgClassName
{
background-color: #E2F2F7;
}
</style>
border-color css
<style>
span { border-color: #E2F2F7; }
span { border-color: rgb(226,242,247); }
td.TdClassName
{
border-color: #E2F2F7;
}
.TagClassName
{
border-color: #E2F2F7;
}
</style>