#EAFAF9

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

Shades of Azure #EAFAF9

Tints of Azure #EAFAF9

Color information

#EAFAF9 (or 0xEAFAF9) is unknown color: approx Azure. HEX triplet: EA, FA and F9. RGB value is (234,250,249). Sum of RGB (Red+Green+Blue) = 234+250+249=733 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.92% from 733); Green value is 250 (98.05% from 255 or 34.11% from 733); Blue value is 249 (97.66% from 255 or 33.97% from 733); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFAF9 is #150506. Grayscale: #F5F5F5. Windows color (decimal): -1377543 or 16382698. OLE color: 16382698.

HSL color Cylindrical-coordinate representation of color #EAFAF9: hue angle of 176.25º degrees, saturation: 0.62, 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 #EAFAF9 is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB234250249-
CMYK0.0600.000.02
HSL176.25º61.54%94.9%-
HSV(B)176.25º6.4%98.04%-
XYZ85.2292.7103.02-
YUV245.1130.2120.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.92%
GREEN value IS 250 (98.05% from 255) = 34.11%
BLUE value IS 249 (97.66% from 255) = 33.97%
R=31.92%
G=34.11%
B=33.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342502490.0600.000.02176.2561.5494.9
HexEAFAF96002b03e5f
Octal352372371600226076137
Binary1110101011111010111110011100010101100001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAF9; }

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

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

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

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

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

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

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

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