#E5EFF3

Color #E5EFF3 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #E5EFF3

Tints of Pattens Blue #E5EFF3

Color information

#E5EFF3 (or 0xE5EFF3) is unknown color: approx 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

RGB229239243-
CMYK0.060.0200.05
HSL197.14º36.84%92.55%-
HSV(B)197.14º5.76%95.29%-
XYZ79.3684.8696.99-
YUV236.47131.69122.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 32.21%
GREEN value IS 239 (93.75% from 255) = 33.61%
BLUE value IS 243 (95.31% from 255) = 34.18%
R=32.21%
G=33.61%
B=34.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292392430.060.0200.05197.1436.8492.55
HexE5EFF36205c5255d
Octal345357363620530545135
Binary111001011110111111110011110100101110001011001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>