#EBFCFA

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

Shades of Azure #EBFCFA

Tints of Azure #EBFCFA

Color information

#EBFCFA (or 0xEBFCFA) is unknown color: approx Azure. HEX triplet: EB, FC and FA. RGB value is (235,252,250). Sum of RGB (Red+Green+Blue) = 235+252+250=737 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.89% from 737); Green value is 252 (98.83% from 255 or 34.19% from 737); Blue value is 250 (98.05% from 255 or 33.92% from 737); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFCFA is #140305. Grayscale: #F6F6F6. Windows color (decimal): -1311494 or 16448747. OLE color: 16448747.

HSL color Cylindrical-coordinate representation of color #EBFCFA: hue angle of 172.94º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBFCFA is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB235252250-
CMYK0.0700.010.01
HSL172.94º73.91%95.49%-
HSV(B)172.94º6.75%98.82%-
XYZ86.3394.19104.07-
YUV246.69129.87119.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.89%
GREEN value IS 252 (98.83% from 255) = 34.19%
BLUE value IS 250 (98.05% from 255) = 33.92%
R=31.89%
G=34.19%
B=33.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352522500.0700.010.01172.9473.9195.49
HexEBFCFA7011ad4a5f
Octal3533743727011255112137
Binary1110101111111100111110101110111010110110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCFA; }

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

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

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

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

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

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

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

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