#EDFCFB

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

Shades of Azure #EDFCFB

Tints of Azure #EDFCFB

Color information

#EDFCFB (or 0xEDFCFB) is unknown color: approx Azure. HEX triplet: ED, FC and FB. RGB value is (237,252,251). Sum of RGB (Red+Green+Blue) = 237+252+251=740 (98% of max value = 765). Red value is 237 (92.97% from 255 or 32.03% from 740); Green value is 252 (98.83% from 255 or 34.05% from 740); Blue value is 251 (98.44% from 255 or 33.92% from 740); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFCFB is #120304. Grayscale: #F7F7F7. Windows color (decimal): -1180421 or 16514285. OLE color: 16514285.

HSL color Cylindrical-coordinate representation of color #EDFCFB: hue angle of 176º 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 #EDFCFB is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB237252251-
CMYK0.0600.000.01
HSL176º71.43%95.88%-
HSV(B)176º5.95%98.82%-
XYZ87.1594.59104.93-
YUV247.4130.03120.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.03%
GREEN value IS 252 (98.83% from 255) = 34.05%
BLUE value IS 251 (98.44% from 255) = 33.92%
R=32.03%
G=34.05%
B=33.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372522510.0600.000.0117671.4395.88
HexEDFCFB6001b04760
Octal3553743736001260107140
Binary1110110111111100111110111100011011000010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCFB; }

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

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

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

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

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

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

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

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