#E2EAEF

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

Shades of Pattens Blue #E2EAEF

Tints of Pattens Blue #E2EAEF

Color information

#E2EAEF (or 0xE2EAEF) is unknown color: approx Pattens Blue. HEX triplet: E2, EA and EF. RGB value is (226,234,239). Sum of RGB (Red+Green+Blue) = 226+234+239=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2EAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EAEF is #1D1510. Grayscale: #E8E8E8. Windows color (decimal): -1905937 or 15723234. OLE color: 15723234.

HSL color Cylindrical-coordinate representation of color #E2EAEF: hue angle of 203.08º degrees, saturation: 0.29, 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 #E2EAEF is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226234239-
CMYK0.050.0200.06
HSL203.08º28.89%91.18%-
HSV(B)203.08º5.44%93.73%-
XYZ76.3781.2593.32-
YUV232.18131.85123.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.33%
GREEN value IS 234 (91.80% from 255) = 33.48%
BLUE value IS 239 (93.75% from 255) = 34.19%
R=32.33%
G=33.48%
B=34.19%

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
Decimal2262342390.050.0200.06203.0828.8991.18
HexE2EAEF5206cb1d5b
Octal342352357520631335133
Binary11100010111010101110111110110011011001011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EAEF; }

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

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

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

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

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

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

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

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