#EBFEFD

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

Shades of Azure #EBFEFD

Tints of Azure #EBFEFD

Color information

#EBFEFD (or 0xEBFEFD) is unknown color: approx Azure. HEX triplet: EB, FE and FD. RGB value is (235,254,253). Sum of RGB (Red+Green+Blue) = 235+254+253=742 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.67% from 742); Green value is 254 (99.61% from 255 or 34.23% from 742); Blue value is 253 (99.22% from 255 or 34.10% from 742); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFEFD is #140102. Grayscale: #F8F8F8. Windows color (decimal): -1310979 or 16645867. OLE color: 16645867.

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

Color convert

RGB235254253-
CMYK0.0700.000.00
HSL176.84º90.48%95.88%-
HSV(B)176.84º7.48%99.61%-
XYZ87.4395.64106.78-
YUV248.2130.71118.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.67%
GREEN value IS 254 (99.61% from 255) = 34.23%
BLUE value IS 253 (99.22% from 255) = 34.10%
R=31.67%
G=34.23%
B=34.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352542530.0700.000.00176.8490.4895.88
HexEBFEFD7000b15a60
Octal3533763757000261132140
Binary1110101111111110111111011110001011000110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFEFD; }

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

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

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

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

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

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

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

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