#E6FAF6

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

Shades of Clear Day #E6FAF6

Tints of Clear Day #E6FAF6

Color information

#E6FAF6 (or 0xE6FAF6) is unknown color: approx Clear Day. HEX triplet: E6, FA and F6. RGB value is (230,250,246). Sum of RGB (Red+Green+Blue) = 230+250+246=726 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.68% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 246 (96.48% from 255 or 33.88% from 726); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FAF6 is #190509. Grayscale: #F3F3F3. Windows color (decimal): -1639690 or 16186086. OLE color: 16186086.

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

Color convert

RGB230250246-
CMYK0.0800.020.02
HSL168º66.67%94.12%-
HSV(B)168º8%98.04%-
XYZ83.4591.85100.52-
YUV243.56129.37118.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.68%
GREEN value IS 250 (98.05% from 255) = 34.44%
BLUE value IS 246 (96.48% from 255) = 33.88%
R=31.68%
G=34.44%
B=33.88%

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
Decimal2302502460.0800.020.0216866.6794.12
HexE6FAF68022a8435e
Octal34637236610022250103136
Binary1110011011111010111101101000010101010100010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FAF6; }

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

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

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

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

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

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

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

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