#EEF8F9

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

Shades of Azure #EEF8F9

Tints of Azure #EEF8F9

Color information

#EEF8F9 (or 0xEEF8F9) is unknown color: approx Azure. HEX triplet: EE, F8 and F9. RGB value is (238,248,249). Sum of RGB (Red+Green+Blue) = 238+248+249=735 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.38% from 735); Green value is 248 (97.27% from 255 or 33.74% from 735); Blue value is 249 (97.66% from 255 or 33.88% from 735); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEF8F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF8F9 is #110706. Grayscale: #F5F5F5. Windows color (decimal): -1115911 or 16382190. OLE color: 16382190.

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

Color convert

RGB238248249-
CMYK0.040.0000.02
HSL185.45º47.83%95.49%-
HSV(B)185.45º4.42%97.65%-
XYZ85.9392.15102.88-
YUV245.12130.19122.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.38%
GREEN value IS 248 (97.27% from 255) = 33.74%
BLUE value IS 249 (97.66% from 255) = 33.88%
R=32.38%
G=33.74%
B=33.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382482490.040.0000.02185.4547.8395.49
HexEEF8F94002b9305f
Octal356370371400227160137
Binary1110111011111000111110011000010101110011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF8F9; }

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

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

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

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

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

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

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

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