#EBFDFD

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

Shades of Azure #EBFDFD

Tints of Azure #EBFDFD

Color information

#EBFDFD (or 0xEBFDFD) is unknown color: approx Azure. HEX triplet: EB, FD and FD. RGB value is (235,253,253). Sum of RGB (Red+Green+Blue) = 235+253+253=741 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.71% from 741); Green value is 253 (99.22% from 255 or 34.14% from 741); Blue value is 253 (99.22% from 255 or 34.14% from 741); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #EBFDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFDFD is #140202. Grayscale: #F7F7F7. Windows color (decimal): -1311235 or 16645611. OLE color: 16645611.

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

Color convert

RGB235253253-
CMYK0.07000.01
HSL180º81.82%95.69%-
HSV(B)180º7.11%99.22%-
XYZ87.1295106.67-
YUV247.62131.04119-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.71%
GREEN value IS 253 (99.22% from 255) = 34.14%
BLUE value IS 253 (99.22% from 255) = 34.14%
R=31.71%
G=34.14%
B=34.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352532530.07000.0118081.8295.69
HexEBFDFD7001b45260
Octal3533753757001264122140
Binary1110101111111101111111011110011011010010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDFD; }

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

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

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

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

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

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

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

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