#EBFBFB

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

Shades of Azure #EBFBFB

Tints of Azure #EBFBFB

Color information

#EBFBFB (or 0xEBFBFB) is unknown color: approx Azure. HEX triplet: EB, FB and FB. RGB value is (235,251,251). Sum of RGB (Red+Green+Blue) = 235+251+251=737 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.89% from 737); Green value is 251 (98.44% from 255 or 34.06% from 737); Blue value is 251 (98.44% from 255 or 34.06% from 737); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #EBFBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFBFB is #140404. Grayscale: #F6F6F6. Windows color (decimal): -1311749 or 16514027. OLE color: 16514027.

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

Color convert

RGB235251251-
CMYK0.06000.02
HSL180º66.67%95.29%-
HSV(B)180º6.37%98.43%-
XYZ86.1793.62104.8-
YUV246.22130.7120-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.89%
GREEN value IS 251 (98.44% from 255) = 34.06%
BLUE value IS 251 (98.44% from 255) = 34.06%
R=31.89%
G=34.06%
B=34.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352512510.06000.0218066.6795.29
HexEBFBFB6002b4435f
Octal3533733736002264103137
Binary11101011111110111111101111000101011010010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBFB; }

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

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

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

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

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

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

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

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