#EBF7FA

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

Shades of Azure #EBF7FA

Tints of Azure #EBF7FA

Color information

#EBF7FA (or 0xEBF7FA) is unknown color: approx Azure. HEX triplet: EB, F7 and FA. RGB value is (235,247,250). Sum of RGB (Red+Green+Blue) = 235+247+250=732 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.10% from 732); Green value is 247 (96.88% from 255 or 33.74% from 732); Blue value is 250 (98.05% from 255 or 34.15% from 732); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBF7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF7FA is #140805. Grayscale: #F3F3F3. Windows color (decimal): -1312774 or 16447467. OLE color: 16447467.

HSL color Cylindrical-coordinate representation of color #EBF7FA: hue angle of 192º degrees, saturation: 0.6, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBF7FA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235247250-
CMYK0.060.0100.02
HSL192º60%95.1%-
HSV(B)192º6%98.04%-
XYZ84.7891.09103.56-
YUV243.75131.52121.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.10%
GREEN value IS 247 (96.88% from 255) = 33.74%
BLUE value IS 250 (98.05% from 255) = 34.15%
R=32.10%
G=33.74%
B=34.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352472500.060.0100.021926095.1
HexEBF7FA6102c03c5f
Octal353367372610230074137
Binary1110101111110111111110101101010110000001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7FA; }

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

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

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

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

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

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

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

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