#E6F2F1

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

Shades of Tranquil #E6F2F1

Tints of Tranquil #E6F2F1

Color information

#E6F2F1 (or 0xE6F2F1) is unknown color: approx Tranquil. HEX triplet: E6, F2 and F1. RGB value is (230,242,241). Sum of RGB (Red+Green+Blue) = 230+242+241=713 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.26% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F2F1 is #190D0E. Grayscale: #EEEEEE. Windows color (decimal): -1641743 or 15856358. OLE color: 15856358.

HSL color Cylindrical-coordinate representation of color #E6F2F1: hue angle of 175º degrees, saturation: 0.32, 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 #E6F2F1 is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB230242241-
CMYK0.0500.000.05
HSL175º31.58%92.55%-
HSV(B)175º4.96%94.9%-
XYZ80.2686.6895.72-
YUV238.3129.52122.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.26%
GREEN value IS 242 (94.92% from 255) = 33.94%
BLUE value IS 241 (94.53% from 255) = 33.80%
R=32.26%
G=33.94%
B=33.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302422410.0500.000.0517531.5892.55
HexE6F2F15005af205d
Octal346362361500525740135
Binary11100110111100101111000110100101101011111000001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F2F1; }

 p { color: rgb(230,242,241); }

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

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

 a { background-color: rgb(230,242,241); }

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

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

 span { border-color: rgb(230,242,241); }

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