#EEF9FB

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

Shades of Azure #EEF9FB

Tints of Azure #EEF9FB

Color information

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

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

Color convert

RGB238249251-
CMYK0.050.0100.02
HSL189.23º61.9%95.88%-
HSV(B)189.23º5.18%98.43%-
XYZ86.5592.89104.64-
YUV245.94130.86122.34-

RGB Variations

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

RGB

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

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
Decimal2382492510.050.0100.02189.2361.995.88
HexEEF9FB5102bd3e60
Octal356371373510227576140
Binary1110111011111001111110111011010101111011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF9FB; }

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

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

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

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

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

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

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

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