#EDFEFF

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

Shades of Azure #EDFEFF

Tints of Azure #EDFEFF

Color information

#EDFEFF (or 0xEDFEFF) is unknown color: approx Azure. HEX triplet: ED, FE and FF. RGB value is (237,254,255). Sum of RGB (Red+Green+Blue) = 237+254+255=746 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.77% from 746); Green value is 254 (99.61% from 255 or 34.05% from 746); Blue value is 255 (100% from 255 or 34.18% from 746); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDFEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEFF is #120100. Grayscale: #F9F9F9. Windows color (decimal): -1179905 or 16776941. OLE color: 16776941.

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

Color convert

RGB237254255-
CMYK0.070.0000
HSL183.33º100%96.47%-
HSV(B)183.33º7.06%100%-
XYZ88.4296.11108.5-
YUV249.03131.37119.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 31.77%
GREEN value IS 254 (99.61% from 255) = 34.05%
BLUE value IS 255 (100% from 255) = 34.18%
R=31.77%
G=34.05%
B=34.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372542550.070.0000183.3310096.47
HexEDFEFF7000b76460
Octal3553763777000267144140
Binary1110110111111110111111111110001011011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFEFF; }

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

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

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

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

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

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

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

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