#EDF9FC

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

Shades of Azure #EDF9FC

Tints of Azure #EDF9FC

Color information

#EDF9FC (or 0xEDF9FC) is unknown color: approx Azure. HEX triplet: ED, F9 and FC. RGB value is (237,249,252). Sum of RGB (Red+Green+Blue) = 237+249+252=738 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.11% from 738); Green value is 249 (97.66% from 255 or 33.74% from 738); Blue value is 252 (98.83% from 255 or 34.15% from 738); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDF9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF9FC is #120603. Grayscale: #F5F5F5. Windows color (decimal): -1181188 or 16579053. OLE color: 16579053.

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

Color convert

RGB237249252-
CMYK0.060.0100.01
HSL192º71.43%95.88%-
HSV(B)192º5.95%98.82%-
XYZ86.3792.78105.45-
YUV245.75131.52121.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.11%
GREEN value IS 249 (97.66% from 255) = 33.74%
BLUE value IS 252 (98.83% from 255) = 34.15%
R=32.11%
G=33.74%
B=34.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372492520.060.0100.0119271.4395.88
HexEDF9FC6101c04760
Octal3553713746101300107140
Binary1110110111111001111111001101011100000010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9FC; }

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

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

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

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

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

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

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

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