#EDFDFE

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

Shades of Azure #EDFDFE

Tints of Azure #EDFDFE

Color information

#EDFDFE (or 0xEDFDFE) is unknown color: approx Azure. HEX triplet: ED, FD and FE. RGB value is (237,253,254). Sum of RGB (Red+Green+Blue) = 237+253+254=744 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.85% from 744); Green value is 253 (99.22% from 255 or 34.01% from 744); Blue value is 254 (99.61% from 255 or 34.14% from 744); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDFDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDFE is #120201. Grayscale: #F8F8F8. Windows color (decimal): -1180162 or 16711149. OLE color: 16711149.

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

Color convert

RGB237253254-
CMYK0.070.0000.00
HSL183.53º89.47%96.27%-
HSV(B)183.53º6.69%99.61%-
XYZ87.9495.41107.55-
YUV248.33131.2119.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 31.85%
GREEN value IS 253 (99.22% from 255) = 34.01%
BLUE value IS 254 (99.61% from 255) = 34.14%
R=31.85%
G=34.01%
B=34.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372532540.070.0000.00183.5389.4796.27
HexEDFDFE7000b85960
Octal3553753767000270131140
Binary1110110111111101111111101110001011100010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDFE; }

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

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

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

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

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

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

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

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