Html Css Color HEX #EDF7F9 Azure

📋 copy color: '#EDF7F9'

red 237 ◦ green 247 ◦ blue 249

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

Shades of Azure #EDF7F9

Tints of Azure #EDF7F9

RGB

 RED value IS 237 (92.97% from 255) = 32.33%

 GREEN value IS 247 (96.88% from 255) = 33.7%

 BLUE value IS 249 (97.66% from 255) = 33.97%

R = 32.33%
G = 33.7%
B = 33.97%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDF7F9 (or 0xEDF7F9) is known color: Azure. HEX triplet: ED, F7 and F9. RGB value is (237,247,249). Sum of RGB (Red+Green+Blue) = 237+247+249=733 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.33% from 733); Green value is 247 (96.88% from 255 or 33.70% from 733); Blue value is 249 (97.66% from 255 or 33.97% from 733); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDF7F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF7F9 is #120806. Grayscale: #F4F4F4. Windows color (decimal): -1181703 or 16381933. OLE color: 16381933.

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

Color convert

RGB 237 247 249 -
CMYK 0.05 0.01 0 0.02
HSL 190º 0.5% 0.95% -
HSV(B) 190º 0.05% 0.98% -
XYZ 85.28 91.37 102.76 -
YUV 244.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 237 247 249 0.05 0.01 0 0.02 190 0.5 0.95
Hex ED F7 F9 5 1 0 2 BE 32 5F
Octal 355 367 371 5 1 0 2 276 62 137
Binary 11101101 11110111 11111001 101 1 0 10 10111110 110010 1011111

Color Harmonies of #EDF7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF7F9

Black with #EDF7F9

Text Example


Text Example

White with #EDF7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF7F9; }

 p { color: rgb(237,247,249); }

 H1.HeaderClassName
 {
   color: #EDF7F9;
 }
 .AnyTagClassName
 {
   color: #EDF7F9;
 }
</style>

background-color css

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

 a { background-color: rgb(237,247,249); }

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

border-color css

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

 span { border-color: rgb(237,247,249); }

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