#EDF8FA

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

Shades of Azure #EDF8FA

Tints of Azure #EDF8FA

Color information

#EDF8FA (or 0xEDF8FA) is unknown color: approx Azure. HEX triplet: ED, F8 and FA. RGB value is (237,248,250). Sum of RGB (Red+Green+Blue) = 237+248+250=735 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.24% from 735); Green value is 248 (97.27% from 255 or 33.74% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDF8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8FA is #120705. Grayscale: #F4F4F4. Windows color (decimal): -1181446 or 16447725. OLE color: 16447725.

HSL color Cylindrical-coordinate representation of color #EDF8FA: hue angle of 189.23º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF8FA is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237248250-
CMYK0.050.0100.02
HSL189.23º56.52%95.49%-
HSV(B)189.23º5.2%98.04%-
XYZ85.7592.04103.69-
YUV244.94130.86122.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.24%
GREEN value IS 248 (97.27% from 255) = 33.74%
BLUE value IS 250 (98.05% from 255) = 34.01%
R=32.24%
G=33.74%
B=34.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372482500.050.0100.02189.2356.5295.49
HexEDF8FA5102bd395f
Octal355370372510227571137
Binary1110110111111000111110101011010101111011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF8FA; }

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

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

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

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

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

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

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

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