#EBFBF9

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

Shades of Azure #EBFBF9

Tints of Azure #EBFBF9

Color information

#EBFBF9 (or 0xEBFBF9) is unknown color: approx Azure. HEX triplet: EB, FB and F9. RGB value is (235,251,249). Sum of RGB (Red+Green+Blue) = 235+251+249=735 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.97% from 735); Green value is 251 (98.44% from 255 or 34.15% from 735); Blue value is 249 (97.66% from 255 or 33.88% from 735); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFBF9 is #140406. Grayscale: #F5F5F5. Windows color (decimal): -1311751 or 16382955. OLE color: 16382955.

HSL color Cylindrical-coordinate representation of color #EBFBF9: hue angle of 172.5º degrees, saturation: 0.67, 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 #EBFBF9 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB235251249-
CMYK0.0600.010.02
HSL172.5º66.67%95.29%-
HSV(B)172.5º6.37%98.43%-
XYZ85.8693.5103.14-
YUV245.99129.7120.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.97%
GREEN value IS 251 (98.44% from 255) = 34.15%
BLUE value IS 249 (97.66% from 255) = 33.88%
R=31.97%
G=34.15%
B=33.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352512490.0600.010.02172.566.6795.29
HexEBFBF96012ac435f
Octal3533733716012254103137
Binary11101011111110111111100111001101010110010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBF9; }

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

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

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

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

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

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

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

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