#EBF7F9

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

Shades of Azure #EBF7F9

Tints of Azure #EBF7F9

Color information

#EBF7F9 (or 0xEBF7F9) is unknown color: approx Azure. HEX triplet: EB, F7 and F9. RGB value is (235,247,249). Sum of RGB (Red+Green+Blue) = 235+247+249=731 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.15% from 731); Green value is 247 (96.88% from 255 or 33.79% from 731); Blue value is 249 (97.66% from 255 or 34.06% from 731); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBF7F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF7F9 is #140806. Grayscale: #F3F3F3. Windows color (decimal): -1312775 or 16381931. OLE color: 16381931.

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

Color convert

RGB235247249-
CMYK0.060.0100.02
HSL188.57º53.85%94.9%-
HSV(B)188.57º5.62%97.65%-
XYZ84.6291.02102.73-
YUV243.64131.02121.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.15%
GREEN value IS 247 (96.88% from 255) = 33.79%
BLUE value IS 249 (97.66% from 255) = 34.06%
R=32.15%
G=33.79%
B=34.06%

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
Decimal2352472490.060.0100.02188.5753.8594.9
HexEBF7F96102bd365f
Octal353367371610227566137
Binary1110101111110111111110011101010101111011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7F9; }

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

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

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

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

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

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

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

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