#EBFDFE

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

Shades of Azure #EBFDFE

Tints of Azure #EBFDFE

Color information

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

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

Color convert

RGB235253254-
CMYK0.070.0000.00
HSL183.16º90.48%95.88%-
HSV(B)183.16º7.48%99.61%-
XYZ87.2895.07107.52-
YUV247.73131.54118.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352532540.070.0000.00183.1690.4895.88
HexEBFDFE7000b75a60
Octal3533753767000267132140
Binary1110101111111101111111101110001011011110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDFE; }

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

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

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

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

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

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

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

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