#EEFBF9

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

Shades of Azure #EEFBF9

Tints of Azure #EEFBF9

Color information

#EEFBF9 (or 0xEEFBF9) is unknown color: approx Azure. HEX triplet: EE, FB and F9. RGB value is (238,251,249). Sum of RGB (Red+Green+Blue) = 238+251+249=738 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.25% from 738); Green value is 251 (98.44% from 255 or 34.01% from 738); Blue value is 249 (97.66% from 255 or 33.74% from 738); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFBF9 is #110406. Grayscale: #F6F6F6. Windows color (decimal): -1115143 or 16382958. OLE color: 16382958.

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

Color convert

RGB238251249-
CMYK0.0500.010.02
HSL170.77º61.9%95.88%-
HSV(B)170.77º5.18%98.43%-
XYZ86.8694.01103.19-
YUV246.88129.19121.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.25%
GREEN value IS 251 (98.44% from 255) = 34.01%
BLUE value IS 249 (97.66% from 255) = 33.74%
R=32.25%
G=34.01%
B=33.74%

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
Decimal2382512490.0500.010.02170.7761.995.88
HexEEFBF95012ab3e60
Octal356373371501225376140
Binary1110111011111011111110011010110101010111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBF9; }

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

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

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

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

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

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

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

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