Shades of Pattens Blue #E1F2F8
Tints of Pattens Blue #E1F2F8
RGB
CMYK
RGB Variations
Color information
#E1F2F8 (or 0xE1F2F8) is known color: Pattens Blue. HEX triplet: E1, F2 and F8. RGB value is (225,242,248). Sum of RGB (Red+Green+Blue) = 225+242+248=715 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.47% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 248 (97.27% from 255 or 34.69% from 715); Max value from RGB is 248 - color contains mainly: blue. Hex color #E1F2F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F2F8 is #1E0D07. Grayscale: #EDEDED. Windows color (decimal): -1969416 or 16315105. OLE color: 16315105.
HSL color Cylindrical-coordinate representation of color #E1F2F8: hue angle of 195.65º degrees, saturation: 0.62, 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 #E1F2F8 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 242 | 248 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.03 |
| HSL | 195.65º | 0.62% | 0.93% | - |
| HSV(B) | 195.65º | 0.09% | 0.97% | - |
| XYZ | 79.75 | 86.29 | 101.26 | - |
| YUV | 237.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 242 | 248 | 0.09 | 0.02 | 0 | 0.03 | 195.65 | 0.62 | 0.93 |
| Hex | E1 | F2 | F8 | 9 | 2 | 0 | 3 | C4 | 3E | 5D |
| Octal | 341 | 362 | 370 | 11 | 2 | 0 | 3 | 304 | 76 | 135 |
| Binary | 11100001 | 11110010 | 11111000 | 1001 | 10 | 0 | 11 | 11000100 | 111110 | 1011101 |
Color Harmonies of #E1F2F8
Complementary color
Monochromatic Colors of #E1F2F8
Black with #E1F2F8
Text Example
Text Example
White with #E1F2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F2F8; }
p { color: rgb(225,242,248); }
H1.HeaderClassName
{
color: #E1F2F8;
}
.AnyTagClassName
{
color: #E1F2F8;
}
</style>
background-color css
<style>
a { background-color: #E1F2F8; }
a { background-color: rgb(225,242,248); }
div.DivClassName
{
background-color: #E1F2F8;
}
.BgClassName
{
background-color: #E1F2F8;
}
</style>
border-color css
<style>
span { border-color: #E1F2F8; }
span { border-color: rgb(225,242,248); }
td.TdClassName
{
border-color: #E1F2F8;
}
.TagClassName
{
border-color: #E1F2F8;
}
</style>