#EEFBF8

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

Shades of Azure #EEFBF8

Tints of Azure #EEFBF8

Color information

#EEFBF8 (or 0xEEFBF8) is unknown color: approx Azure. HEX triplet: EE, FB and F8. RGB value is (238,251,248). Sum of RGB (Red+Green+Blue) = 238+251+248=737 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.29% from 737); Green value is 251 (98.44% from 255 or 34.06% from 737); Blue value is 248 (97.27% from 255 or 33.65% from 737); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFBF8 is #110407. Grayscale: #F6F6F6. Windows color (decimal): -1115144 or 16317422. OLE color: 16317422.

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

Color convert

RGB238251248-
CMYK0.0500.010.02
HSL166.15º61.9%95.88%-
HSV(B)166.15º5.18%98.43%-
XYZ86.793.95102.37-
YUV246.77128.69121.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.29%
GREEN value IS 251 (98.44% from 255) = 34.06%
BLUE value IS 248 (97.27% from 255) = 33.65%
R=32.29%
G=34.06%
B=33.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382512480.0500.010.02166.1561.995.88
HexEEFBF85012a63e60
Octal356373370501224676140
Binary1110111011111011111110001010110101001101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBF8; }

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

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

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

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

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

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

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

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