#E9EBEC

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

Shades of Pattens Blue #E9EBEC

Tints of Pattens Blue #E9EBEC

Color information

#E9EBEC (or 0xE9EBEC) is unknown color: approx Pattens Blue. HEX triplet: E9, EB and EC. RGB value is (233,235,236). Sum of RGB (Red+Green+Blue) = 233+235+236=704 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.10% from 704); Green value is 235 (92.19% from 255 or 33.38% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9EBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EBEC is #161413. Grayscale: #EAEAEA. Windows color (decimal): -1446932 or 15526889. OLE color: 15526889.

HSL color Cylindrical-coordinate representation of color #E9EBEC: hue angle of 200º degrees, saturation: 0.07, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E9EBEC is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233235236-
CMYK0.010.0000.07
HSL200º7.32%91.96%-
HSV(B)200º1.27%92.55%-
XYZ78.4582.891.2-
YUV234.52128.84126.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.10%
GREEN value IS 235 (92.19% from 255) = 33.38%
BLUE value IS 236 (92.58% from 255) = 33.52%
R=33.10%
G=33.38%
B=33.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332352360.010.0000.072007.3291.96
HexE9EBEC1007c875c
Octal35135335410073107134
Binary111010011110101111101100100111110010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EBEC; }

 p { color: rgb(233,235,236); }

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

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

 a { background-color: rgb(233,235,236); }

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

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

 span { border-color: rgb(233,235,236); }

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