#EFFAF9

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

Shades of Azure #EFFAF9

Tints of Azure #EFFAF9

Color information

#EFFAF9 (or 0xEFFAF9) is unknown color: approx Azure. HEX triplet: EF, FA and F9. RGB value is (239,250,249). Sum of RGB (Red+Green+Blue) = 239+250+249=738 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.38% from 738); Green value is 250 (98.05% from 255 or 33.88% from 738); Blue value is 249 (97.66% from 255 or 33.74% from 738); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAF9 is #100506. Grayscale: #F6F6F6. Windows color (decimal): -1049863 or 16382703. OLE color: 16382703.

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

Color convert

RGB239250249-
CMYK0.0400.000.02
HSL174.55º52.38%95.88%-
HSV(B)174.55º4.4%98.04%-
XYZ86.8893.56103.1-
YUV246.6129.36122.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.38%
GREEN value IS 250 (98.05% from 255) = 33.88%
BLUE value IS 249 (97.66% from 255) = 33.74%
R=32.38%
G=33.88%
B=33.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502490.0400.000.02174.5552.3895.88
HexEFFAF94002af3460
Octal357372371400225764140
Binary1110111111111010111110011000010101011111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAF9; }

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

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

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

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

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

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

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

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