#E6F1ED

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

Shades of Clear Day #E6F1ED

Tints of Clear Day #E6F1ED

Color information

#E6F1ED (or 0xE6F1ED) is unknown color: approx Clear Day. HEX triplet: E6, F1 and ED. RGB value is (230,241,237). Sum of RGB (Red+Green+Blue) = 230+241+237=708 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.49% from 708); Green value is 241 (94.53% from 255 or 34.04% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F1ED is #190E12. Grayscale: #EDEDED. Windows color (decimal): -1642003 or 15593958. OLE color: 15593958.

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

Color convert

RGB230241237-
CMYK0.0500.020.05
HSL158.18º28.21%92.35%-
HSV(B)158.18º4.56%94.51%-
XYZ79.3785.8592.51-
YUV237.25127.86122.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.49%
GREEN value IS 241 (94.53% from 255) = 34.04%
BLUE value IS 237 (92.97% from 255) = 33.47%
R=32.49%
G=34.04%
B=33.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302412370.0500.020.05158.1828.2192.35
HexE6F1ED50259e1c5c
Octal346361355502523634134
Binary11100110111100011110110110101010110011110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F1ED; }

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

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

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

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

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

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

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

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