#EBFDF9

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

Shades of Azure #EBFDF9

Tints of Azure #EBFDF9

Color information

#EBFDF9 (or 0xEBFDF9) is unknown color: approx Azure. HEX triplet: EB, FD and F9. RGB value is (235,253,249). Sum of RGB (Red+Green+Blue) = 235+253+249=737 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.89% from 737); Green value is 253 (99.22% from 255 or 34.33% from 737); Blue value is 249 (97.66% from 255 or 33.79% from 737); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFDF9 is #140206. Grayscale: #F7F7F7. Windows color (decimal): -1311239 or 16383467. OLE color: 16383467.

HSL color Cylindrical-coordinate representation of color #EBFDF9: hue angle of 166.67º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBFDF9 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB235253249-
CMYK0.0700.020.01
HSL166.67º81.82%95.69%-
HSV(B)166.67º7.11%99.22%-
XYZ86.4994.75103.35-
YUV247.16129.04119.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.89%
GREEN value IS 253 (99.22% from 255) = 34.33%
BLUE value IS 249 (97.66% from 255) = 33.79%
R=31.89%
G=34.33%
B=33.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352532490.0700.020.01166.6781.8295.69
HexEBFDF97021a75260
Octal3533753717021247122140
Binary11101011111111011111100111101011010011110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDF9; }

 p { color: rgb(235,253,249); }

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

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

 a { background-color: rgb(235,253,249); }

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

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

 span { border-color: rgb(235,253,249); }

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