#EBF7F6

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

Shades of Azure #EBF7F6

Tints of Azure #EBF7F6

Color information

#EBF7F6 (or 0xEBF7F6) is unknown color: approx Azure. HEX triplet: EB, F7 and F6. RGB value is (235,247,246). Sum of RGB (Red+Green+Blue) = 235+247+246=728 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.28% from 728); Green value is 247 (96.88% from 255 or 33.93% from 728); Blue value is 246 (96.48% from 255 or 33.79% from 728); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF7F6 is #140809. Grayscale: #F3F3F3. Windows color (decimal): -1312778 or 16185323. OLE color: 16185323.

HSL color Cylindrical-coordinate representation of color #EBF7F6: hue angle of 175º degrees, saturation: 0.43, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBF7F6 is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB235247246-
CMYK0.0500.000.03
HSL175º42.86%94.51%-
HSV(B)175º4.86%96.86%-
XYZ84.1690.84100.29-
YUV243.3129.52122.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.28%
GREEN value IS 247 (96.88% from 255) = 33.93%
BLUE value IS 246 (96.48% from 255) = 33.79%
R=32.28%
G=33.93%
B=33.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352472460.0500.000.0317542.8694.51
HexEBF7F65003af2b5f
Octal353367366500325753137
Binary1110101111110111111101101010011101011111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7F6; }

 p { color: rgb(235,247,246); }

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

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

 a { background-color: rgb(235,247,246); }

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

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

 span { border-color: rgb(235,247,246); }

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