#EEFFFB

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

Shades of Azure #EEFFFB

Tints of Azure #EEFFFB

Color information

#EEFFFB (or 0xEEFFFB) is unknown color: approx Azure. HEX triplet: EE, FF and FB. RGB value is (238,255,251). Sum of RGB (Red+Green+Blue) = 238+255+251=744 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.99% from 744); Green value is 255 (100% from 255 or 34.27% from 744); Blue value is 251 (98.44% from 255 or 33.74% from 744); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFFFB is #110004. Grayscale: #F9F9F9. Windows color (decimal): -1114117 or 16515054. OLE color: 16515054.

HSL color Cylindrical-coordinate representation of color #EEFFFB: hue angle of 165.88º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEFFFB is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB238255251-
CMYK0.0700.020
HSL165.88º100%96.67%-
HSV(B)165.88º6.67%100%-
XYZ88.4396.66105.26-
YUV249.46128.87119.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 31.99%
GREEN value IS 255 (100% from 255) = 34.27%
BLUE value IS 251 (98.44% from 255) = 33.74%
R=31.99%
G=34.27%
B=33.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382552510.0700.020165.8810096.67
HexEEFFFB7020a66461
Octal3563773737020246144141
Binary11101110111111111111101111101001010011011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFFFB; }

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

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

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

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

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

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

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

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