Html Css Color HEX #EDFAF7 Azure

📋 copy color: '#EDFAF7'

red 237 ◦ green 250 ◦ blue 247

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

Shades of Azure #EDFAF7

Tints of Azure #EDFAF7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.06%

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

R = 32.29%
G = 34.06%
B = 33.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#EDFAF7 (or 0xEDFAF7) is known color: Azure. HEX triplet: ED, FA and F7. RGB value is (237,250,247). Sum of RGB (Red+Green+Blue) = 237+250+247=734 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.29% from 734); Green value is 250 (98.05% from 255 or 34.06% from 734); Blue value is 247 (96.88% from 255 or 33.65% from 734); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAF7 is #120508. Grayscale: #F5F5F5. Windows color (decimal): -1180937 or 16251629. OLE color: 16251629.

HSL color Cylindrical-coordinate representation of color #EDFAF7: hue angle of 166.15º degrees, saturation: 0.57, 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 #EDFAF7 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 250 247 -
CMYK 0.05 0 0.01 0.02
HSL 166.15º 0.57% 0.95% -
HSV(B) 166.15º 0.05% 0.98% -
XYZ 85.9 93.09 101.44 -
YUV 245.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 237 250 247 0.05 0 0.01 0.02 166.15 0.57 0.95
Hex ED FA F7 5 0 1 2 A6 39 5F
Octal 355 372 367 5 0 1 2 246 71 137
Binary 11101101 11111010 11110111 101 0 1 10 10100110 111001 1011111

Color Harmonies of #EDFAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAF7

Black with #EDFAF7

Text Example


Text Example

White with #EDFAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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