#EDF3F4

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

Shades of Azure #EDF3F4

Tints of Azure #EDF3F4

Color information

#EDF3F4 (or 0xEDF3F4) is unknown color: approx Azure. HEX triplet: ED, F3 and F4. RGB value is (237,243,244). Sum of RGB (Red+Green+Blue) = 237+243+244=724 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.73% from 724); Green value is 243 (95.31% from 255 or 33.56% from 724); Blue value is 244 (95.70% from 255 or 33.70% from 724); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDF3F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3F4 is #120C0B. Grayscale: #F1F1F1. Windows color (decimal): -1182732 or 16053229. OLE color: 16053229.

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

Color convert

RGB237243244-
CMYK0.030.0000.04
HSL188.57º24.14%94.31%-
HSV(B)188.57º2.87%95.69%-
XYZ83.388.6498.31-
YUV241.32129.51124.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.73%
GREEN value IS 243 (95.31% from 255) = 33.56%
BLUE value IS 244 (95.70% from 255) = 33.70%
R=32.73%
G=33.56%
B=33.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372432440.030.0000.04188.5724.1494.31
HexEDF3F43004bd185e
Octal355363364300427530136
Binary111011011111001111110100110010010111101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3F4; }

 p { color: rgb(237,243,244); }

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

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

 a { background-color: rgb(237,243,244); }

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

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

 span { border-color: rgb(237,243,244); }

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