#EBF0F1

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

Shades of Azure #EBF0F1

Tints of Azure #EBF0F1

Color information

#EBF0F1 (or 0xEBF0F1) is unknown color: approx Azure. HEX triplet: EB, F0 and F1. RGB value is (235,240,241). Sum of RGB (Red+Green+Blue) = 235+240+241=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBF0F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF0F1 is #140F0E. Grayscale: #EEEEEE. Windows color (decimal): -1314575 or 15855851. OLE color: 15855851.

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

Color convert

RGB235240241-
CMYK0.020.0000.05
HSL190º17.65%93.33%-
HSV(B)190º2.49%94.51%-
XYZ81.386.3395.6-
YUV238.62129.34125.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.82%
GREEN value IS 240 (94.14% from 255) = 33.52%
BLUE value IS 241 (94.53% from 255) = 33.66%
R=32.82%
G=33.52%
B=33.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352402410.020.0000.0519017.6593.33
HexEBF0F12005be125d
Octal353360361200527622135
Binary111010111111000011110001100010110111110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0F1; }

 p { color: rgb(235,240,241); }

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

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

 a { background-color: rgb(235,240,241); }

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

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

 span { border-color: rgb(235,240,241); }

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