Shades of Pattens Blue #E0E9EF
Tints of Pattens Blue #E0E9EF
RGB
CMYK
RGB Variations
Color information
#E0E9EF (or 0xE0E9EF) is known color: Pattens Blue. HEX triplet: E0, E9 and EF. RGB value is (224,233,239). Sum of RGB (Red+Green+Blue) = 224+233+239=696 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.18% from 696); Green value is 233 (91.41% from 255 or 33.48% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0E9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E9EF is #1F1610. Grayscale: #E6E6E6. Windows color (decimal): -2037265 or 15722976. OLE color: 15722976.
HSL color Cylindrical-coordinate representation of color #E0E9EF: hue angle of 204º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0E9EF is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 233 | 239 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.06 |
| HSL | 204º | 0.32% | 0.91% | - |
| HSV(B) | 204º | 0.06% | 0.94% | - |
| XYZ | 75.46 | 80.36 | 93.19 | - |
| YUV | 230.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 233 | 239 | 0.06 | 0.03 | 0 | 0.06 | 204 | 0.32 | 0.91 |
| Hex | E0 | E9 | EF | 6 | 3 | 0 | 6 | CC | 20 | 5B |
| Octal | 340 | 351 | 357 | 6 | 3 | 0 | 6 | 314 | 40 | 133 |
| Binary | 11100000 | 11101001 | 11101111 | 110 | 11 | 0 | 110 | 11001100 | 100000 | 1011011 |
Color Harmonies of #E0E9EF
Complementary color
Monochromatic Colors of #E0E9EF
Black with #E0E9EF
Text Example
Text Example
White with #E0E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E9EF; }
p { color: rgb(224,233,239); }
H1.HeaderClassName
{
color: #E0E9EF;
}
.AnyTagClassName
{
color: #E0E9EF;
}
</style>
background-color css
<style>
a { background-color: #E0E9EF; }
a { background-color: rgb(224,233,239); }
div.DivClassName
{
background-color: #E0E9EF;
}
.BgClassName
{
background-color: #E0E9EF;
}
</style>
border-color css
<style>
span { border-color: #E0E9EF; }
span { border-color: rgb(224,233,239); }
td.TdClassName
{
border-color: #E0E9EF;
}
.TagClassName
{
border-color: #E0E9EF;
}
</style>