#E0EFF3

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

Shades of Pattens Blue #E0EFF3

Tints of Pattens Blue #E0EFF3

Color information

#E0EFF3 (or 0xE0EFF3) is unknown color: approx Pattens Blue. HEX triplet: E0, EF and F3. RGB value is (224,239,243). Sum of RGB (Red+Green+Blue) = 224+239+243=706 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.73% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 243 (95.31% from 255 or 34.42% from 706); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0EFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EFF3 is #1F100C. Grayscale: #EAEAEA. Windows color (decimal): -2035725 or 15986656. OLE color: 15986656.

HSL color Cylindrical-coordinate representation of color #E0EFF3: hue angle of 192.63º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0EFF3 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224239243-
CMYK0.080.0200.05
HSL192.63º44.19%91.57%-
HSV(B)192.63º7.82%95.29%-
XYZ77.7884.0596.92-
YUV234.97132.53120.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.73%
GREEN value IS 239 (93.75% from 255) = 33.85%
BLUE value IS 243 (95.31% from 255) = 34.42%
R=31.73%
G=33.85%
B=34.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242392430.080.0200.05192.6344.1991.57
HexE0EFF38205c12c5c
Octal3403573631020530154134
Binary1110000011101111111100111000100101110000011011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EFF3; }

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

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

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

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

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

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

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

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