#EEF9F7

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

Shades of Azure #EEF9F7

Tints of Azure #EEF9F7

Color information

#EEF9F7 (or 0xEEF9F7) is unknown color: approx Azure. HEX triplet: EE, F9 and F7. RGB value is (238,249,247). Sum of RGB (Red+Green+Blue) = 238+249+247=734 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.43% from 734); Green value is 249 (97.66% from 255 or 33.92% from 734); Blue value is 247 (96.88% from 255 or 33.65% from 734); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF9F7 is #110608. Grayscale: #F5F5F5. Windows color (decimal): -1115657 or 16251374. OLE color: 16251374.

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

Color convert

RGB238249247-
CMYK0.0400.010.02
HSL169.09º47.83%95.49%-
HSV(B)169.09º4.42%97.65%-
XYZ85.9292.64101.35-
YUV245.48128.86122.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.43%
GREEN value IS 249 (97.66% from 255) = 33.92%
BLUE value IS 247 (96.88% from 255) = 33.65%
R=32.43%
G=33.92%
B=33.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382492470.0400.010.02169.0947.8395.49
HexEEF9F74012a9305f
Octal356371367401225160137
Binary1110111011111001111101111000110101010011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF9F7; }

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

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

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

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

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

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

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

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