#EBF4F6

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

Shades of Azure #EBF4F6

Tints of Azure #EBF4F6

Color information

#EBF4F6 (or 0xEBF4F6) is unknown color: approx Azure. HEX triplet: EB, F4 and F6. RGB value is (235,244,246). Sum of RGB (Red+Green+Blue) = 235+244+246=725 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.41% from 725); Green value is 244 (95.70% from 255 or 33.66% from 725); Blue value is 246 (96.48% from 255 or 33.93% from 725); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBF4F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF4F6 is #140B09. Grayscale: #F1F1F1. Windows color (decimal): -1313546 or 16184555. OLE color: 16184555.

HSL color Cylindrical-coordinate representation of color #EBF4F6: hue angle of 190.91º degrees, saturation: 0.38, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBF4F6 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235244246-
CMYK0.040.0100.04
HSL190.91º37.93%94.31%-
HSV(B)190.91º4.47%96.47%-
XYZ83.2589.0299.98-
YUV241.54130.52123.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.41%
GREEN value IS 244 (95.70% from 255) = 33.66%
BLUE value IS 246 (96.48% from 255) = 33.93%
R=32.41%
G=33.66%
B=33.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352442460.040.0100.04190.9137.9394.31
HexEBF4F64104bf265e
Octal353364366410427746136
Binary11101011111101001111011010010100101111111001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4F6; }

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

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

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

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

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

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

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

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