#EBFDFC

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

Shades of Azure #EBFDFC

Tints of Azure #EBFDFC

Color information

#EBFDFC (or 0xEBFDFC) is unknown color: approx Azure. HEX triplet: EB, FD and FC. RGB value is (235,253,252). Sum of RGB (Red+Green+Blue) = 235+253+252=740 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.76% from 740); Green value is 253 (99.22% from 255 or 34.19% from 740); Blue value is 252 (98.83% from 255 or 34.05% from 740); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFDFC is #140203. Grayscale: #F7F7F7. Windows color (decimal): -1311236 or 16580075. OLE color: 16580075.

HSL color Cylindrical-coordinate representation of color #EBFDFC: hue angle of 176.67º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBFDFC is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB235253252-
CMYK0.0700.000.01
HSL176.67º81.82%95.69%-
HSV(B)176.67º7.11%99.22%-
XYZ86.9694.94105.84-
YUV247.5130.54119.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.76%
GREEN value IS 253 (99.22% from 255) = 34.19%
BLUE value IS 252 (98.83% from 255) = 34.05%
R=31.76%
G=34.19%
B=34.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352532520.0700.000.01176.6781.8295.69
HexEBFDFC7001b15260
Octal3533753747001261122140
Binary1110101111111101111111001110011011000110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDFC; }

 p { color: rgb(235,253,252); }

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

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

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

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

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

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

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