Shades of Pattens Blue #E5E9EB
Tints of Pattens Blue #E5E9EB
RGB
CMYK
RGB Variations
Color information
#E5E9EB (or 0xE5E9EB) is known color: Pattens Blue. HEX triplet: E5, E9 and EB. RGB value is (229,233,235). Sum of RGB (Red+Green+Blue) = 229+233+235=697 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.86% from 697); Green value is 233 (91.41% from 255 or 33.43% from 697); Blue value is 235 (92.19% from 255 or 33.72% from 697); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5E9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E9EB is #1A1614. Grayscale: #E8E8E8. Windows color (decimal): -1709589 or 15460837. OLE color: 15460837.
HSL color Cylindrical-coordinate representation of color #E5E9EB: hue angle of 200º degrees, saturation: 0.13, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5E9EB is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 229 | 233 | 235 | - |
CMYK | 0.03 | 0.01 | 0 | 0.08 |
HSL | 200º | 0.13% | 0.91% | - |
HSV(B) | 200º | 0.03% | 0.92% | - |
XYZ | 76.45 | 80.93 | 90.19 | - |
YUV | 232.03 | 129.67 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 233 | 235 | 0.03 | 0.01 | 0 | 0.08 | 200 | 0.13 | 0.91 |
Hex | E5 | E9 | EB | 3 | 1 | 0 | 8 | C8 | D | 5B |
Octal | 345 | 351 | 353 | 3 | 1 | 0 | 10 | 310 | 15 | 133 |
Binary | 11100101 | 11101001 | 11101011 | 11 | 1 | 0 | 1000 | 11001000 | 1101 | 1011011 |
Color Harmonies of #E5E9EB
Complementary color
Monochromatic Colors of #E5E9EB
Black with #E5E9EB
Text Example
Text Example
White with #E5E9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E9EB; }
p { color: rgb(229,233,235); }
H1.HeaderClassName
{
color: #E5E9EB;
}
.AnyTagClassName
{
color: #E5E9EB;
}
</style>
background-color css
<style>
a { background-color: #E5E9EB; }
a { background-color: rgb(229,233,235); }
div.DivClassName
{
background-color: #E5E9EB;
}
.BgClassName
{
background-color: #E5E9EB;
}
</style>
border-color css
<style>
span { border-color: #E5E9EB; }
span { border-color: rgb(229,233,235); }
td.TdClassName
{
border-color: #E5E9EB;
}
.TagClassName
{
border-color: #E5E9EB;
}
</style>