#EBFCFE

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

Shades of Azure #EBFCFE

Tints of Azure #EBFCFE

Color information

#EBFCFE (or 0xEBFCFE) is unknown color: approx Azure. HEX triplet: EB, FC and FE. RGB value is (235,252,254). Sum of RGB (Red+Green+Blue) = 235+252+254=741 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.71% from 741); Green value is 252 (98.83% from 255 or 34.01% from 741); Blue value is 254 (99.61% from 255 or 34.28% from 741); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBFCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFCFE is #140301. Grayscale: #F7F7F7. Windows color (decimal): -1311490 or 16710891. OLE color: 16710891.

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

Color convert

RGB235252254-
CMYK0.070.0100.00
HSL186.32º90.48%95.88%-
HSV(B)186.32º7.48%99.61%-
XYZ86.9694.44107.41-
YUV247.14131.87119.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.71%
GREEN value IS 252 (98.83% from 255) = 34.01%
BLUE value IS 254 (99.61% from 255) = 34.28%
R=31.71%
G=34.01%
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.00
SystemRedGreenBlueCMYKHSL
Decimal2352522540.070.0100.00186.3290.4895.88
HexEBFCFE7100ba5a60
Octal3533743767100272132140
Binary1110101111111100111111101111001011101010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCFE; }

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

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

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

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

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

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

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

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