#EDFCFE

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

Shades of Azure #EDFCFE

Tints of Azure #EDFCFE

Color information

#EDFCFE (or 0xEDFCFE) is unknown color: approx Azure. HEX triplet: ED, FC and FE. RGB value is (237,252,254). Sum of RGB (Red+Green+Blue) = 237+252+254=743 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.90% from 743); Green value is 252 (98.83% from 255 or 33.92% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDFCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFCFE is #120301. Grayscale: #F7F7F7. Windows color (decimal): -1180418 or 16710893. OLE color: 16710893.

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

Color convert

RGB237252254-
CMYK0.070.0100.00
HSL187.06º89.47%96.27%-
HSV(B)187.06º6.69%99.61%-
XYZ87.6294.78107.44-
YUV247.74131.53120.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 31.90%
GREEN value IS 252 (98.83% from 255) = 33.92%
BLUE value IS 254 (99.61% from 255) = 34.19%
R=31.90%
G=33.92%
B=34.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372522540.070.0100.00187.0689.4796.27
HexEDFCFE7100bb5960
Octal3553743767100273131140
Binary1110110111111100111111101111001011101110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCFE; }

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

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

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

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

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

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

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

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