#E7F0F3

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

Shades of Pattens Blue #E7F0F3

Tints of Pattens Blue #E7F0F3

Color information

#E7F0F3 (or 0xE7F0F3) is unknown color: approx Pattens Blue. HEX triplet: E7, F0 and F3. RGB value is (231,240,243). Sum of RGB (Red+Green+Blue) = 231+240+243=714 (94% of max value = 765). Red value is 231 (90.62% from 255 or 32.35% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 243 (95.31% from 255 or 34.03% from 714); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7F0F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7F0F3 is #180F0C. Grayscale: #EDEDED. Windows color (decimal): -1576717 or 15986919. OLE color: 15986919.

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

Color convert

RGB231240243-
CMYK0.050.0100.05
HSL195º33.33%92.94%-
HSV(B)195º4.94%95.29%-
XYZ80.2985.7897.12-
YUV237.65131.02123.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.35%
GREEN value IS 240 (94.14% from 255) = 33.61%
BLUE value IS 243 (95.31% from 255) = 34.03%
R=32.35%
G=33.61%
B=34.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2312402430.050.0100.0519533.3392.94
HexE7F0F35105c3215d
Octal347360363510530341135
Binary11100111111100001111001110110101110000111000011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7F0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7F0F3; }

 p { color: rgb(231,240,243); }

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

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

 a { background-color: rgb(231,240,243); }

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

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

 span { border-color: rgb(231,240,243); }

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