#EEF9FA

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

Shades of Azure #EEF9FA

Tints of Azure #EEF9FA

Color information

#EEF9FA (or 0xEEF9FA) is unknown color: approx Azure. HEX triplet: EE, F9 and FA. RGB value is (238,249,250). Sum of RGB (Red+Green+Blue) = 238+249+250=737 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.29% from 737); Green value is 249 (97.66% from 255 or 33.79% from 737); Blue value is 250 (98.05% from 255 or 33.92% from 737); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEF9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF9FA is #110605. Grayscale: #F5F5F5. Windows color (decimal): -1115654 or 16447982. OLE color: 16447982.

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

Color convert

RGB238249250-
CMYK0.050.0000.02
HSL185º54.55%95.69%-
HSV(B)185º4.8%98.04%-
XYZ86.3992.83103.81-
YUV245.82130.36122.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.29%
GREEN value IS 249 (97.66% from 255) = 33.79%
BLUE value IS 250 (98.05% from 255) = 33.92%
R=32.29%
G=33.79%
B=33.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382492500.050.0000.0218554.5595.69
HexEEF9FA5002b93760
Octal356371372500227167140
Binary1110111011111001111110101010010101110011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF9FA; }

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

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

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

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

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

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

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

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