#EAF3F4

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

Shades of Azure #EAF3F4

Tints of Azure #EAF3F4

Color information

#EAF3F4 (or 0xEAF3F4) is unknown color: approx Azure. HEX triplet: EA, F3 and F4. RGB value is (234,243,244). Sum of RGB (Red+Green+Blue) = 234+243+244=721 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.45% from 721); Green value is 243 (95.31% from 255 or 33.70% from 721); Blue value is 244 (95.70% from 255 or 33.84% from 721); Max value from RGB is 244 - color contains mainly: blue. Hex color #EAF3F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF3F4 is #150C0B. Grayscale: #F0F0F0. Windows color (decimal): -1379340 or 16053226. OLE color: 16053226.

HSL color Cylindrical-coordinate representation of color #EAF3F4: hue angle of 186º degrees, saturation: 0.31, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAF3F4 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234243244-
CMYK0.040.0000.04
HSL186º31.25%93.73%-
HSV(B)186º4.1%95.69%-
XYZ82.3188.1398.26-
YUV240.42130.02123.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.45%
GREEN value IS 243 (95.31% from 255) = 33.70%
BLUE value IS 244 (95.70% from 255) = 33.84%
R=32.45%
G=33.70%
B=33.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342432440.040.0000.0418631.2593.73
HexEAF3F44004ba1f5e
Octal352363364400427237136
Binary1110101011110011111101001000010010111010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3F4; }

 p { color: rgb(234,243,244); }

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

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

 a { background-color: rgb(234,243,244); }

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

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

 span { border-color: rgb(234,243,244); }

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