#EAFBF6

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

Shades of Clear Day #EAFBF6

Tints of Clear Day #EAFBF6

Color information

#EAFBF6 (or 0xEAFBF6) is unknown color: approx Clear Day. HEX triplet: EA, FB and F6. RGB value is (234,251,246). Sum of RGB (Red+Green+Blue) = 234+251+246=731 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.01% from 731); Green value is 251 (98.44% from 255 or 34.34% from 731); Blue value is 246 (96.48% from 255 or 33.65% from 731); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFBF6 is #150409. Grayscale: #F5F5F5. Windows color (decimal): -1377290 or 16186346. OLE color: 16186346.

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

Color convert

RGB234251246-
CMYK0.0700.020.02
HSL162.35º68%95.1%-
HSV(B)162.35º6.77%98.43%-
XYZ85.0693.14100.68-
YUV245.35128.37119.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.01%
GREEN value IS 251 (98.44% from 255) = 34.34%
BLUE value IS 246 (96.48% from 255) = 33.65%
R=32.01%
G=34.34%
B=33.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342512460.0700.020.02162.356895.1
HexEAFBF67022a2445f
Octal3523733667022242104137
Binary111010101111101111110110111010101010001010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBF6; }

 p { color: rgb(234,251,246); }

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

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

 a { background-color: rgb(234,251,246); }

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

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

 span { border-color: rgb(234,251,246); }

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