#EAF7F6

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

Shades of Azure #EAF7F6

Tints of Azure #EAF7F6

Color information

#EAF7F6 (or 0xEAF7F6) is unknown color: approx Azure. HEX triplet: EA, F7 and F6. RGB value is (234,247,246). Sum of RGB (Red+Green+Blue) = 234+247+246=727 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.19% from 727); Green value is 247 (96.88% from 255 or 33.98% from 727); Blue value is 246 (96.48% from 255 or 33.84% from 727); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF7F6 is #150809. Grayscale: #F2F2F2. Windows color (decimal): -1378314 or 16185322. OLE color: 16185322.

HSL color Cylindrical-coordinate representation of color #EAF7F6: hue angle of 175.38º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAF7F6 is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB234247246-
CMYK0.0500.000.03
HSL175.38º44.83%94.31%-
HSV(B)175.38º5.26%96.86%-
XYZ83.8390.67100.27-
YUV243129.69121.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.19%
GREEN value IS 247 (96.88% from 255) = 33.98%
BLUE value IS 246 (96.48% from 255) = 33.84%
R=32.19%
G=33.98%
B=33.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342472460.0500.000.03175.3844.8394.31
HexEAF7F65003af2d5e
Octal352367366500325755136
Binary1110101011110111111101101010011101011111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7F6; }

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

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

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

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

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

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

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

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