#E6FAF5

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

Shades of Clear Day #E6FAF5

Tints of Clear Day #E6FAF5

Color information

#E6FAF5 (or 0xE6FAF5) is unknown color: approx Clear Day. HEX triplet: E6, FA and F5. RGB value is (230,250,245). Sum of RGB (Red+Green+Blue) = 230+250+245=725 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.72% from 725); Green value is 250 (98.05% from 255 or 34.48% from 725); Blue value is 245 (96.09% from 255 or 33.79% from 725); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FAF5 is #19050A. Grayscale: #F3F3F3. Windows color (decimal): -1639691 or 16120550. OLE color: 16120550.

HSL color Cylindrical-coordinate representation of color #E6FAF5: hue angle of 165º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6FAF5 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB230250245-
CMYK0.0800.020.02
HSL165º66.67%94.12%-
HSV(B)165º8%98.04%-
XYZ83.391.7999.71-
YUV243.45128.87118.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.72%
GREEN value IS 250 (98.05% from 255) = 34.48%
BLUE value IS 245 (96.09% from 255) = 33.79%
R=31.72%
G=34.48%
B=33.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302502450.0800.020.0216566.6794.12
HexE6FAF58022a5435e
Octal34637236510022245103136
Binary1110011011111010111101011000010101010010110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FAF5; }

 p { color: rgb(230,250,245); }

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

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

 a { background-color: rgb(230,250,245); }

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

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

 span { border-color: rgb(230,250,245); }

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