#EEF8FA

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

Shades of Azure #EEF8FA

Tints of Azure #EEF8FA

Color information

#EEF8FA (or 0xEEF8FA) is unknown color: approx Azure. HEX triplet: EE, F8 and FA. RGB value is (238,248,250). Sum of RGB (Red+Green+Blue) = 238+248+250=736 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.34% from 736); Green value is 248 (97.27% from 255 or 33.70% from 736); Blue value is 250 (98.05% from 255 or 33.97% from 736); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEF8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF8FA is #110705. Grayscale: #F5F5F5. Windows color (decimal): -1115910 or 16447726. OLE color: 16447726.

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

Color convert

RGB238248250-
CMYK0.050.0100.02
HSL190º54.55%95.69%-
HSV(B)190º4.8%98.04%-
XYZ86.0892.21103.7-
YUV245.24130.69122.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.34%
GREEN value IS 248 (97.27% from 255) = 33.70%
BLUE value IS 250 (98.05% from 255) = 33.97%
R=32.34%
G=33.70%
B=33.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382482500.050.0100.0219054.5595.69
HexEEF8FA5102be3760
Octal356370372510227667140
Binary1110111011111000111110101011010101111101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF8FA; }

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

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

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

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

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

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

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

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