#E3EAEF

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

Shades of Pattens Blue #E3EAEF

Tints of Pattens Blue #E3EAEF

Color information

#E3EAEF (or 0xE3EAEF) is unknown color: approx Pattens Blue. HEX triplet: E3, EA and EF. RGB value is (227,234,239). Sum of RGB (Red+Green+Blue) = 227+234+239=700 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.43% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 239 - color contains mainly: blue. Hex color #E3EAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EAEF is #1C1510. Grayscale: #E8E8E8. Windows color (decimal): -1840401 or 15723235. OLE color: 15723235.

HSL color Cylindrical-coordinate representation of color #E3EAEF: hue angle of 205º degrees, saturation: 0.27, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E3EAEF is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB227234239-
CMYK0.050.0200.06
HSL205º27.27%91.37%-
HSV(B)205º5.02%93.73%-
XYZ76.6881.4193.33-
YUV232.48131.68124.09-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.43%
GREEN value IS 234 (91.80% from 255) = 33.43%
BLUE value IS 239 (93.75% from 255) = 34.14%
R=32.43%
G=33.43%
B=34.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2272342390.050.0200.0620527.2791.37
HexE3EAEF5206cd1b5b
Octal343352357520631533133
Binary11100011111010101110111110110011011001101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3EAEF; }

 p { color: rgb(227,234,239); }

 H1.HeaderClassName
 {
   color: #E3EAEF;
 }
 .AnyTagClassName
 {
   color: #E3EAEF;
 }
</style>
background-color css

<style>
 a { background-color: #E3EAEF; }

 a { background-color: rgb(227,234,239); }

 div.DivClassName
 {
   background-color: #E3EAEF;
 }
 .BgClassName
 {
   background-color: #E3EAEF;
 }
</style>
border-color css

<style>
 span { border-color: #E3EAEF; }

 span { border-color: rgb(227,234,239); }

 td.TdClassName
 {
   border-color: #E3EAEF;
 }
 .TagClassName
 {
   border-color: #E3EAEF;
 }
</style>