#E6EDEF

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

Shades of Pattens Blue #E6EDEF

Tints of Pattens Blue #E6EDEF

Color information

#E6EDEF (or 0xE6EDEF) is unknown color: approx Pattens Blue. HEX triplet: E6, ED and EF. RGB value is (230,237,239). Sum of RGB (Red+Green+Blue) = 230+237+239=706 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.58% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 239 (93.75% from 255 or 33.85% from 706); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6EDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDEF is #191210. Grayscale: #EBEBEB. Windows color (decimal): -1643025 or 15724006. OLE color: 15724006.

HSL color Cylindrical-coordinate representation of color #E6EDEF: hue angle of 193.33º degrees, saturation: 0.22, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6EDEF is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230237239-
CMYK0.040.0100.06
HSL193.33º21.95%91.96%-
HSV(B)193.33º3.77%93.73%-
XYZ78.583.6293.67-
YUV235.14130.18124.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.58%
GREEN value IS 237 (92.97% from 255) = 33.57%
BLUE value IS 239 (93.75% from 255) = 33.85%
R=32.58%
G=33.57%
B=33.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302372390.040.0100.06193.3321.9591.96
HexE6EDEF4106c1165c
Octal346355357410630126134
Binary1110011011101101111011111001011011000001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDEF; }

 p { color: rgb(230,237,239); }

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

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

 a { background-color: rgb(230,237,239); }

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

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

 span { border-color: rgb(230,237,239); }

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