Shades of Pattens Blue #E5EFF3
Tints of Pattens Blue #E5EFF3
RGB
CMYK
RGB Variations
Color information
#E5EFF3 (or 0xE5EFF3) is known color: Pattens Blue. HEX triplet: E5, EF and F3. RGB value is (229,239,243). Sum of RGB (Red+Green+Blue) = 229+239+243=711 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.21% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 243 (95.31% from 255 or 34.18% from 711); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5EFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EFF3 is #1A100C. Grayscale: #ECECEC. Windows color (decimal): -1708045 or 15986661. OLE color: 15986661.
HSL color Cylindrical-coordinate representation of color #E5EFF3: hue angle of 197.14º degrees, saturation: 0.37, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5EFF3 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 239 | 243 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.05 |
| HSL | 197.14º | 0.37% | 0.93% | - |
| HSV(B) | 197.14º | 0.06% | 0.95% | - |
| XYZ | 79.36 | 84.86 | 96.99 | - |
| YUV | 236.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 243 | 0.06 | 0.02 | 0 | 0.05 | 197.14 | 0.37 | 0.93 |
| Hex | E5 | EF | F3 | 6 | 2 | 0 | 5 | C5 | 25 | 5D |
| Octal | 345 | 357 | 363 | 6 | 2 | 0 | 5 | 305 | 45 | 135 |
| Binary | 11100101 | 11101111 | 11110011 | 110 | 10 | 0 | 101 | 11000101 | 100101 | 1011101 |
Color Harmonies of #E5EFF3
Complementary color
Monochromatic Colors of #E5EFF3
Black with #E5EFF3
Text Example
Text Example
White with #E5EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EFF3; }
p { color: rgb(229,239,243); }
H1.HeaderClassName
{
color: #E5EFF3;
}
.AnyTagClassName
{
color: #E5EFF3;
}
</style>
background-color css
<style>
a { background-color: #E5EFF3; }
a { background-color: rgb(229,239,243); }
div.DivClassName
{
background-color: #E5EFF3;
}
.BgClassName
{
background-color: #E5EFF3;
}
</style>
border-color css
<style>
span { border-color: #E5EFF3; }
span { border-color: rgb(229,239,243); }
td.TdClassName
{
border-color: #E5EFF3;
}
.TagClassName
{
border-color: #E5EFF3;
}
</style>