#EDFAFB

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

Shades of Azure #EDFAFB

Tints of Azure #EDFAFB

Color information

#EDFAFB (or 0xEDFAFB) is unknown color: approx Azure. HEX triplet: ED, FA and FB. RGB value is (237,250,251). Sum of RGB (Red+Green+Blue) = 237+250+251=738 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.11% from 738); Green value is 250 (98.05% from 255 or 33.88% from 738); Blue value is 251 (98.44% from 255 or 34.01% from 738); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDFAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAFB is #120504. Grayscale: #F6F6F6. Windows color (decimal): -1180933 or 16513773. OLE color: 16513773.

HSL color Cylindrical-coordinate representation of color #EDFAFB: hue angle of 184.29º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDFAFB is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237250251-
CMYK0.060.0000.02
HSL184.29º63.64%95.69%-
HSV(B)184.29º5.58%98.43%-
XYZ86.5293.34104.72-
YUV246.23130.69121.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.11%
GREEN value IS 250 (98.05% from 255) = 33.88%
BLUE value IS 251 (98.44% from 255) = 34.01%
R=32.11%
G=33.88%
B=34.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372502510.060.0000.02184.2963.6495.69
HexEDFAFB6002b84060
Octal3553723736002270100140
Binary11101101111110101111101111000101011100010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAFB; }

 p { color: rgb(237,250,251); }

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

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

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

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

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

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

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