Html Css Color HEX #EDF5F7 Azure

📋 copy color: '#EDF5F7'

red 237 ◦ green 245 ◦ blue 247

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

Shades of Azure #EDF5F7

Tints of Azure #EDF5F7

RGB

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

 GREEN value IS 245 (96.09% from 255) = 33.61%

 BLUE value IS 247 (96.88% from 255) = 33.88%

R = 32.51%
G = 33.61%
B = 33.88%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EDF5F7 (or 0xEDF5F7) is known color: Azure. HEX triplet: ED, F5 and F7. RGB value is (237,245,247). Sum of RGB (Red+Green+Blue) = 237+245+247=729 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.51% from 729); Green value is 245 (96.09% from 255 or 33.61% from 729); Blue value is 247 (96.88% from 255 or 33.88% from 729); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDF5F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5F7 is #120A08. Grayscale: #F2F2F2. Windows color (decimal): -1182217 or 16250349. OLE color: 16250349.

HSL color Cylindrical-coordinate representation of color #EDF5F7: hue angle of 192º degrees, saturation: 0.38, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF5F7 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 245 247 -
CMYK 0.04 0.01 0 0.03
HSL 192º 0.38% 0.95% -
HSV(B) 192º 0.04% 0.97% -
XYZ 84.37 90.02 100.93 -
YUV 242.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 237 245 247 0.04 0.01 0 0.03 192 0.38 0.95
Hex ED F5 F7 4 1 0 3 C0 26 5F
Octal 355 365 367 4 1 0 3 300 46 137
Binary 11101101 11110101 11110111 100 1 0 11 11000000 100110 1011111

Color Harmonies of #EDF5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF5F7

Black with #EDF5F7

Text Example


Text Example

White with #EDF5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF5F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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