Html Css Color HEX #EDF3F4 Azure

📋 copy color: '#EDF3F4'

red 237 ◦ green 243 ◦ blue 244

#EDF3F4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azure #EDF3F4

Tints of Azure #EDF3F4

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.7% from 255) = 33.7%

R = 32.73%
G = 33.56%
B = 33.7%

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDF3F4 (or 0xEDF3F4) is known color: 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

RGB 237 243 244 -
CMYK 0.03 0.00 0 0.04
HSL 188.57º 0.24% 0.94% -
HSV(B) 188.57º 0.03% 0.96% -
XYZ 83.3 88.64 98.31 -
YUV 241.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 237 243 244 0.03 0.00 0 0.04 188.57 0.24 0.94
Hex ED F3 F4 3 0 0 4 BD 18 5E
Octal 355 363 364 3 0 0 4 275 30 136
Binary 11101101 11110011 11110100 11 0 0 100 10111101 11000 1011110

Color Harmonies of #EDF3F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF3F4

Black with #EDF3F4

Text Example


Text Example

White with #EDF3F4

Text Example


Text Example

HTML Codes & Css Web 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>