#EAF9F6

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

Shades of Azure #EAF9F6

Tints of Azure #EAF9F6

Color information

#EAF9F6 (or 0xEAF9F6) is unknown color: approx Azure. HEX triplet: EA, F9 and F6. RGB value is (234,249,246). Sum of RGB (Red+Green+Blue) = 234+249+246=729 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.10% from 729); Green value is 249 (97.66% from 255 or 34.16% from 729); Blue value is 246 (96.48% from 255 or 33.74% from 729); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF9F6 is #150609. Grayscale: #F4F4F4. Windows color (decimal): -1377802 or 16185834. OLE color: 16185834.

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

Color convert

RGB234249246-
CMYK0.0600.010.02
HSL168º55.56%94.71%-
HSV(B)168º6.02%97.65%-
XYZ84.4491.9100.48-
YUV244.17129.03120.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.10%
GREEN value IS 249 (97.66% from 255) = 34.16%
BLUE value IS 246 (96.48% from 255) = 33.74%
R=32.10%
G=34.16%
B=33.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342492460.0600.010.0216855.5694.71
HexEAF9F66012a8385f
Octal352371366601225070137
Binary1110101011111001111101101100110101010001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF9F6; }

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

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

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

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

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

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

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

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