#EDFEFB

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

Shades of Azure #EDFEFB

Tints of Azure #EDFEFB

Color information

#EDFEFB (or 0xEDFEFB) is unknown color: approx Azure. HEX triplet: ED, FE and FB. RGB value is (237,254,251). Sum of RGB (Red+Green+Blue) = 237+254+251=742 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.94% from 742); Green value is 254 (99.61% from 255 or 34.23% from 742); Blue value is 251 (98.44% from 255 or 33.83% from 742); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEFB is #120104. Grayscale: #F8F8F8. Windows color (decimal): -1179909 or 16514797. OLE color: 16514797.

HSL color Cylindrical-coordinate representation of color #EDFEFB: hue angle of 169.41º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFEFB is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB237254251-
CMYK0.0700.010.00
HSL169.41º89.47%96.27%-
HSV(B)169.41º6.69%99.61%-
XYZ87.7895.85105.14-
YUV248.58129.37119.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 31.94%
GREEN value IS 254 (99.61% from 255) = 34.23%
BLUE value IS 251 (98.44% from 255) = 33.83%
R=31.94%
G=34.23%
B=33.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372542510.0700.010.00169.4189.4796.27
HexEDFEFB7010a95960
Octal3553763737010251131140
Binary1110110111111110111110111110101010100110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFEFB; }

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

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

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

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

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

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

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

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