#EDFFFF

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

Shades of Azure #EDFFFF

Tints of Azure #EDFFFF

Color information

#EDFFFF (or 0xEDFFFF) is unknown color: approx Azure. HEX triplet: ED, FF and FF. RGB value is (237,255,255). Sum of RGB (Red+Green+Blue) = 237+255+255=747 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.73% from 747); Green value is 255 (100% from 255 or 34.14% from 747); Blue value is 255 (100% from 255 or 34.14% from 747); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #EDFFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFFF is #120000. Grayscale: #F9F9F9. Windows color (decimal): -1179649 or 16777197. OLE color: 16777197.

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

Color convert

RGB237255255-
CMYK0.07000
HSL180º100%96.47%-
HSV(B)180º7.06%100%-
XYZ88.7496.74108.6-
YUV249.62131.04119-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 31.73%
GREEN value IS 255 (100% from 255) = 34.14%
BLUE value IS 255 (100% from 255) = 34.14%
R=31.73%
G=34.14%
B=34.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552550.0700018010096.47
HexEDFFFF7000b46460
Octal3553773777000264144140
Binary1110110111111111111111111110001011010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFFF; }

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

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

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

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

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

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

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

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