#EAF8FB

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

Shades of Azure #EAF8FB

Tints of Azure #EAF8FB

Color information

#EAF8FB (or 0xEAF8FB) is unknown color: approx Azure. HEX triplet: EA, F8 and FB. RGB value is (234,248,251). Sum of RGB (Red+Green+Blue) = 234+248+251=733 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.92% from 733); Green value is 248 (97.27% from 255 or 33.83% from 733); Blue value is 251 (98.44% from 255 or 34.24% from 733); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAF8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8FB is #150704. Grayscale: #F4F4F4. Windows color (decimal): -1378053 or 16513258. OLE color: 16513258.

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

Color convert

RGB234248251-
CMYK0.070.0100.02
HSL190.59º68%95.1%-
HSV(B)190.59º6.77%98.43%-
XYZ84.9191.59104.47-
YUV244.16131.86120.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.92%
GREEN value IS 248 (97.27% from 255) = 33.83%
BLUE value IS 251 (98.44% from 255) = 34.24%
R=31.92%
G=33.83%
B=34.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342482510.070.0100.02190.596895.1
HexEAF8FB7102bf445f
Octal3523703737102277104137
Binary11101010111110001111101111110101011111110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8FB; }

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

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

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

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

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

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

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

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