#EDF2F3

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

Shades of Azure #EDF2F3

Tints of Azure #EDF2F3

Color information

#EDF2F3 (or 0xEDF2F3) is unknown color: approx Azure. HEX triplet: ED, F2 and F3. RGB value is (237,242,243). Sum of RGB (Red+Green+Blue) = 237+242+243=722 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.83% from 722); Green value is 242 (94.92% from 255 or 33.52% from 722); Blue value is 243 (95.31% from 255 or 33.66% from 722); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDF2F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2F3 is #120D0C. Grayscale: #F0F0F0. Windows color (decimal): -1182989 or 15987437. OLE color: 15987437.

HSL color Cylindrical-coordinate representation of color #EDF2F3: hue angle of 190º degrees, saturation: 0.2, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDF2F3 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237242243-
CMYK0.020.0000.05
HSL190º20%94.12%-
HSV(B)190º2.47%95.29%-
XYZ82.8587.9897.41-
YUV240.62129.34125.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.83%
GREEN value IS 242 (94.92% from 255) = 33.52%
BLUE value IS 243 (95.31% from 255) = 33.66%
R=32.83%
G=33.52%
B=33.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372422430.020.0000.051902094.12
HexEDF2F32005be145e
Octal355362363200527624136
Binary111011011111001011110011100010110111110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2F3; }

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

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

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

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

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

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

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

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