#EDFCFA

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

Shades of Azure #EDFCFA

Tints of Azure #EDFCFA

Color information

#EDFCFA (or 0xEDFCFA) is unknown color: approx Azure. HEX triplet: ED, FC and FA. RGB value is (237,252,250). Sum of RGB (Red+Green+Blue) = 237+252+250=739 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.07% from 739); Green value is 252 (98.83% from 255 or 34.10% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFCFA is #120305. Grayscale: #F7F7F7. Windows color (decimal): -1180422 or 16448749. OLE color: 16448749.

HSL color Cylindrical-coordinate representation of color #EDFCFA: hue angle of 172º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDFCFA is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB237252250-
CMYK0.0600.010.01
HSL172º71.43%95.88%-
HSV(B)172º5.95%98.82%-
XYZ86.9994.53104.1-
YUV247.29129.53120.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.07%
GREEN value IS 252 (98.83% from 255) = 34.10%
BLUE value IS 250 (98.05% from 255) = 33.83%
R=32.07%
G=34.10%
B=33.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372522500.0600.010.0117271.4395.88
HexEDFCFA6011ac4760
Octal3553743726011254107140
Binary1110110111111100111110101100111010110010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCFA; }

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

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

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

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

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

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

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

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