#EDFFFE

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

Shades of Azure #EDFFFE

Tints of Azure #EDFFFE

Color information

#EDFFFE (or 0xEDFFFE) is unknown color: approx Azure. HEX triplet: ED, FF and FE. RGB value is (237,255,254). Sum of RGB (Red+Green+Blue) = 237+255+254=746 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.77% from 746); Green value is 255 (100% from 255 or 34.18% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFFE is #120001. Grayscale: #F9F9F9. Windows color (decimal): -1179650 or 16711661. OLE color: 16711661.

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

Color convert

RGB237255254-
CMYK0.0700.000
HSL176.67º100%96.47%-
HSV(B)176.67º7.06%100%-
XYZ88.5796.68107.76-
YUV249.5130.54119.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 31.77%
GREEN value IS 255 (100% from 255) = 34.18%
BLUE value IS 254 (99.61% from 255) = 34.05%
R=31.77%
G=34.18%
B=34.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552540.0700.000176.6710096.47
HexEDFFFE7000b16460
Octal3553773767000261144140
Binary1110110111111111111111101110001011000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFFE; }

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

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

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

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

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

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

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

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