#EAFEF9

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

Shades of Azure #EAFEF9

Tints of Azure #EAFEF9

Color information

#EAFEF9 (or 0xEAFEF9) is unknown color: approx Azure. HEX triplet: EA, FE and F9. RGB value is (234,254,249). Sum of RGB (Red+Green+Blue) = 234+254+249=737 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.75% from 737); Green value is 254 (99.61% from 255 or 34.46% from 737); Blue value is 249 (97.66% from 255 or 33.79% from 737); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFEF9 is #150106. Grayscale: #F7F7F7. Windows color (decimal): -1376519 or 16383722. OLE color: 16383722.

HSL color Cylindrical-coordinate representation of color #EAFEF9: hue angle of 165º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFEF9 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB234254249-
CMYK0.0800.020.00
HSL165º90.91%95.69%-
HSV(B)165º7.87%99.61%-
XYZ86.4795.22103.44-
YUV247.45128.87118.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.75%
GREEN value IS 254 (99.61% from 255) = 34.46%
BLUE value IS 249 (97.66% from 255) = 33.79%
R=31.75%
G=34.46%
B=33.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542490.0800.020.0016590.9195.69
HexEAFEF98020a55b60
Octal35237637110020245133140
Binary111010101111111011111001100001001010010110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEF9; }

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

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

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

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

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

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

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

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