#EAF4F6

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

Shades of Azure #EAF4F6

Tints of Azure #EAF4F6

Color information

#EAF4F6 (or 0xEAF4F6) is unknown color: approx Azure. HEX triplet: EA, F4 and F6. RGB value is (234,244,246). Sum of RGB (Red+Green+Blue) = 234+244+246=724 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.32% from 724); Green value is 244 (95.70% from 255 or 33.70% from 724); Blue value is 246 (96.48% from 255 or 33.98% from 724); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAF4F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF4F6 is #150B09. Grayscale: #F1F1F1. Windows color (decimal): -1379082 or 16184554. OLE color: 16184554.

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

Color convert

RGB234244246-
CMYK0.050.0100.04
HSL190º40%94.12%-
HSV(B)190º4.88%96.47%-
XYZ82.9288.8599.97-
YUV241.24130.69122.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.32%
GREEN value IS 244 (95.70% from 255) = 33.70%
BLUE value IS 246 (96.48% from 255) = 33.98%
R=32.32%
G=33.70%
B=33.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342442460.050.0100.041904094.12
HexEAF4F65104be285e
Octal352364366510427650136
Binary11101010111101001111011010110100101111101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF4F6; }

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

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

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

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

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

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

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

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