#EBF8FA

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

Shades of Azure #EBF8FA

Tints of Azure #EBF8FA

Color information

#EBF8FA (or 0xEBF8FA) is unknown color: approx Azure. HEX triplet: EB, F8 and FA. RGB value is (235,248,250). Sum of RGB (Red+Green+Blue) = 235+248+250=733 (97% of max value = 765). Red value is 235 (92.19% from 255 or 32.06% from 733); Green value is 248 (97.27% from 255 or 33.83% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBF8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF8FA is #140705. Grayscale: #F4F4F4. Windows color (decimal): -1312518 or 16447723. OLE color: 16447723.

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

Color convert

RGB235248250-
CMYK0.060.0100.02
HSL188º60%95.1%-
HSV(B)188º6%98.04%-
XYZ85.0891.7103.66-
YUV244.34131.19121.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.06%
GREEN value IS 248 (97.27% from 255) = 33.83%
BLUE value IS 250 (98.05% from 255) = 34.11%
R=32.06%
G=33.83%
B=34.11%

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
Decimal2352482500.060.0100.021886095.1
HexEBF8FA6102bc3c5f
Octal353370372610227474137
Binary1110101111111000111110101101010101111001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF8FA; }

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

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

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

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

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

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

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

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