#EDFDFB

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

Shades of Azure #EDFDFB

Tints of Azure #EDFDFB

Color information

#EDFDFB (or 0xEDFDFB) is unknown color: approx Azure. HEX triplet: ED, FD and FB. RGB value is (237,253,251). Sum of RGB (Red+Green+Blue) = 237+253+251=741 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.98% from 741); Green value is 253 (99.22% from 255 or 34.14% from 741); Blue value is 251 (98.44% from 255 or 33.87% from 741); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDFB is #120204. Grayscale: #F7F7F7. Windows color (decimal): -1180165 or 16514541. OLE color: 16514541.

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

Color convert

RGB237253251-
CMYK0.0600.010.01
HSL172.5º80%96.08%-
HSV(B)172.5º6.32%99.22%-
XYZ87.4695.22105.04-
YUV247.99129.7120.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 31.98%
GREEN value IS 253 (99.22% from 255) = 34.14%
BLUE value IS 251 (98.44% from 255) = 33.87%
R=31.98%
G=34.14%
B=33.87%

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
Decimal2372532510.0600.010.01172.58096.08
HexEDFDFB6011ac5060
Octal3553753736011254120140
Binary1110110111111101111110111100111010110010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDFB; }

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

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

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

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

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

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

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

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