#EDF0F0

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

Shades of Azure #EDF0F0

Tints of Azure #EDF0F0

Color information

#EDF0F0 (or 0xEDF0F0) is unknown color: approx Azure. HEX triplet: ED, F0 and F0. RGB value is (237,240,240). Sum of RGB (Red+Green+Blue) = 237+240+240=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 240 (94.14% from 255 or 33.47% from 717); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #EDF0F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0F0 is #120F0F. Grayscale: #EFEFEF. Windows color (decimal): -1183504 or 15790317. OLE color: 15790317.

HSL color Cylindrical-coordinate representation of color #EDF0F0: hue angle of 180º degrees, saturation: 0.09, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EDF0F0 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237240240-
CMYK0.01000.06
HSL180º9.09%93.53%-
HSV(B)180º1.25%94.12%-
XYZ81.8186.6294.84-
YUV239.1128.51126.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.05%
GREEN value IS 240 (94.14% from 255) = 33.47%
BLUE value IS 240 (94.14% from 255) = 33.47%
R=33.05%
G=33.47%
B=33.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372402400.01000.061809.0993.53
HexEDF0F01006b495e
Octal355360360100626411136
Binary1110110111110000111100001001101011010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0F0; }

 p { color: rgb(237,240,240); }

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

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

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

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

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

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

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