#EBF9F8

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

Shades of Azure #EBF9F8

Tints of Azure #EBF9F8

Color information

#EBF9F8 (or 0xEBF9F8) is unknown color: approx Azure. HEX triplet: EB, F9 and F8. RGB value is (235,249,248). Sum of RGB (Red+Green+Blue) = 235+249+248=732 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.10% from 732); Green value is 249 (97.66% from 255 or 34.02% from 732); Blue value is 248 (97.27% from 255 or 33.88% from 732); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF9F8 is #140607. Grayscale: #F4F4F4. Windows color (decimal): -1312264 or 16316907. OLE color: 16316907.

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

Color convert

RGB235249248-
CMYK0.0600.000.02
HSL175.71º53.85%94.9%-
HSV(B)175.71º5.62%97.65%-
XYZ85.0892.19102.12-
YUV244.7129.86121.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.10%
GREEN value IS 249 (97.66% from 255) = 34.02%
BLUE value IS 248 (97.27% from 255) = 33.88%
R=32.10%
G=34.02%
B=33.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352492480.0600.000.02175.7153.8594.9
HexEBF9F86002b0365f
Octal353371370600226066137
Binary1110101111111001111110001100010101100001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF9F8; }

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

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

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

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

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

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

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

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