#E6F2EF

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

Shades of Clear Day #E6F2EF

Tints of Clear Day #E6F2EF

Color information

#E6F2EF (or 0xE6F2EF) is unknown color: approx Clear Day. HEX triplet: E6, F2 and EF. RGB value is (230,242,239). Sum of RGB (Red+Green+Blue) = 230+242+239=711 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.35% from 711); Green value is 242 (94.92% from 255 or 34.04% from 711); Blue value is 239 (93.75% from 255 or 33.61% from 711); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F2EF is #190D10. Grayscale: #EEEEEE. Windows color (decimal): -1641745 or 15725286. OLE color: 15725286.

HSL color Cylindrical-coordinate representation of color #E6F2EF: hue angle of 165º 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 #E6F2EF is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB230242239-
CMYK0.0500.010.05
HSL165º31.58%92.55%-
HSV(B)165º4.96%94.9%-
XYZ79.9786.5694.15-
YUV238.07128.52122.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.35%
GREEN value IS 242 (94.92% from 255) = 34.04%
BLUE value IS 239 (93.75% from 255) = 33.61%
R=32.35%
G=34.04%
B=33.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302422390.0500.010.0516531.5892.55
HexE6F2EF5015a5205d
Octal346362357501524540135
Binary11100110111100101110111110101101101001011000001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F2EF; }

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

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

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

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

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

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

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

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