#EDF8FB

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

Shades of Azure #EDF8FB

Tints of Azure #EDF8FB

Color information

#EDF8FB (or 0xEDF8FB) is unknown color: approx Azure. HEX triplet: ED, F8 and FB. RGB value is (237,248,251). Sum of RGB (Red+Green+Blue) = 237+248+251=736 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.20% from 736); Green value is 248 (97.27% from 255 or 33.70% from 736); Blue value is 251 (98.44% from 255 or 34.10% from 736); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDF8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8FB is #120704. Grayscale: #F5F5F5. Windows color (decimal): -1181445 or 16513261. OLE color: 16513261.

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

Color convert

RGB237248251-
CMYK0.060.0100.02
HSL192.86º63.64%95.69%-
HSV(B)192.86º5.58%98.43%-
XYZ85.9192.1104.52-
YUV245.05131.36122.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.20%
GREEN value IS 248 (97.27% from 255) = 33.70%
BLUE value IS 251 (98.44% from 255) = 34.10%
R=32.20%
G=33.70%
B=34.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372482510.060.0100.02192.8663.6495.69
HexEDF8FB6102c14060
Octal3553703736102301100140
Binary11101101111110001111101111010101100000110000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF8FB; }

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

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

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

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

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

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

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

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