Shades of Pattens Blue #E5EBEF
Tints of Pattens Blue #E5EBEF
RGB
CMYK
RGB Variations
Color information
#E5EBEF (or 0xE5EBEF) is known color: Pattens Blue. HEX triplet: E5, EB and EF. RGB value is (229,235,239). Sum of RGB (Red+Green+Blue) = 229+235+239=703 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.57% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EBEF is #1A1410. Grayscale: #E9E9E9. Windows color (decimal): -1709073 or 15723493. OLE color: 15723493.
HSL color Cylindrical-coordinate representation of color #E5EBEF: hue angle of 204º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5EBEF is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 229 | 235 | 239 | - |
CMYK | 0.04 | 0.02 | 0 | 0.06 |
HSL | 204º | 0.24% | 0.92% | - |
HSV(B) | 204º | 0.04% | 0.94% | - |
XYZ | 77.6 | 82.31 | 93.46 | - |
YUV | 233.66 | 131.01 | 124.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 235 | 239 | 0.04 | 0.02 | 0 | 0.06 | 204 | 0.24 | 0.92 |
Hex | E5 | EB | EF | 4 | 2 | 0 | 6 | CC | 18 | 5C |
Octal | 345 | 353 | 357 | 4 | 2 | 0 | 6 | 314 | 30 | 134 |
Binary | 11100101 | 11101011 | 11101111 | 100 | 10 | 0 | 110 | 11001100 | 11000 | 1011100 |
Color Harmonies of #E5EBEF
Complementary color
Monochromatic Colors of #E5EBEF
Black with #E5EBEF
Text Example
Text Example
White with #E5EBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EBEF; }
p { color: rgb(229,235,239); }
H1.HeaderClassName
{
color: #E5EBEF;
}
.AnyTagClassName
{
color: #E5EBEF;
}
</style>
background-color css
<style>
a { background-color: #E5EBEF; }
a { background-color: rgb(229,235,239); }
div.DivClassName
{
background-color: #E5EBEF;
}
.BgClassName
{
background-color: #E5EBEF;
}
</style>
border-color css
<style>
span { border-color: #E5EBEF; }
span { border-color: rgb(229,235,239); }
td.TdClassName
{
border-color: #E5EBEF;
}
.TagClassName
{
border-color: #E5EBEF;
}
</style>