#EBF8FB

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

Shades of Azure #EBF8FB

Tints of Azure #EBF8FB

Color information

#EBF8FB (or 0xEBF8FB) is unknown color: approx Azure. HEX triplet: EB, F8 and FB. RGB value is (235,248,251). Sum of RGB (Red+Green+Blue) = 235+248+251=734 (97% of max value = 765). Red value is 235 (92.19% from 255 or 32.02% from 734); Green value is 248 (97.27% from 255 or 33.79% from 734); Blue value is 251 (98.44% from 255 or 34.20% from 734); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBF8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF8FB is #140704. Grayscale: #F4F4F4. Windows color (decimal): -1312517 or 16513259. OLE color: 16513259.

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

Color convert

RGB235248251-
CMYK0.060.0100.02
HSL191.25º66.67%95.29%-
HSV(B)191.25º6.37%98.43%-
XYZ85.2491.76104.49-
YUV244.46131.69121.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.02%
GREEN value IS 248 (97.27% from 255) = 33.79%
BLUE value IS 251 (98.44% from 255) = 34.20%
R=32.02%
G=33.79%
B=34.20%

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
Decimal2352482510.060.0100.02191.2566.6795.29
HexEBF8FB6102bf435f
Octal3533703736102277103137
Binary11101011111110001111101111010101011111110000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF8FB; }

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

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

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

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

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

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

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

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