#E0EAEF

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

Shades of Pattens Blue #E0EAEF

Tints of Pattens Blue #E0EAEF

Color information

#E0EAEF (or 0xE0EAEF) is unknown color: approx Pattens Blue. HEX triplet: E0, EA and EF. RGB value is (224,234,239). Sum of RGB (Red+Green+Blue) = 224+234+239=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0EAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EAEF is #1F1510. Grayscale: #E7E7E7. Windows color (decimal): -2037009 or 15723232. OLE color: 15723232.

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

Color convert

RGB224234239-
CMYK0.060.0200.06
HSL200º31.91%90.78%-
HSV(B)200º6.28%93.73%-
XYZ75.7480.9293.29-
YUV231.58132.19122.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.14%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 239 (93.75% from 255) = 34.29%
R=32.14%
G=33.57%
B=34.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242342390.060.0200.0620031.9190.78
HexE0EAEF6206c8205b
Octal340352357620631040133
Binary111000001110101011101111110100110110010001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EAEF; }

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

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

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

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

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

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

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

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