#EBFAFD

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

Shades of Azure #EBFAFD

Tints of Azure #EBFAFD

Color information

#EBFAFD (or 0xEBFAFD) is unknown color: approx Azure. HEX triplet: EB, FA and FD. RGB value is (235,250,253). Sum of RGB (Red+Green+Blue) = 235+250+253=738 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.84% from 738); Green value is 250 (98.05% from 255 or 33.88% from 738); Blue value is 253 (99.22% from 255 or 34.28% from 738); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBFAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAFD is #140502. Grayscale: #F5F5F5. Windows color (decimal): -1312003 or 16644843. OLE color: 16644843.

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

Color convert

RGB235250253-
CMYK0.070.0100.01
HSL190º81.82%95.69%-
HSV(B)190º7.11%99.22%-
XYZ86.1893.13106.36-
YUV245.86132.03120.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.84%
GREEN value IS 250 (98.05% from 255) = 33.88%
BLUE value IS 253 (99.22% from 255) = 34.28%
R=31.84%
G=33.88%
B=34.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352502530.070.0100.0119081.8295.69
HexEBFAFD7101be5260
Octal3533723757101276122140
Binary1110101111111010111111011111011011111010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAFD; }

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

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

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

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

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

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

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

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