#EEFFFD

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

Shades of Azure #EEFFFD

Tints of Azure #EEFFFD

Color information

#EEFFFD (or 0xEEFFFD) is unknown color: approx Azure. HEX triplet: EE, FF and FD. RGB value is (238,255,253). Sum of RGB (Red+Green+Blue) = 238+255+253=746 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.90% from 746); Green value is 255 (100% from 255 or 34.18% from 746); Blue value is 253 (99.22% from 255 or 33.91% from 746); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFFFD is #110002. Grayscale: #F9F9F9. Windows color (decimal): -1114115 or 16646126. OLE color: 16646126.

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

Color convert

RGB238255253-
CMYK0.0700.010
HSL172.94º100%96.67%-
HSV(B)172.94º6.67%100%-
XYZ88.7596.79106.93-
YUV249.69129.87119.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 31.90%
GREEN value IS 255 (100% from 255) = 34.18%
BLUE value IS 253 (99.22% from 255) = 33.91%
R=31.90%
G=34.18%
B=33.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382552530.0700.010172.9410096.67
HexEEFFFD7010ad6461
Octal3563773757010255144141
Binary1110111011111111111111011110101010110111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFFFD; }

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

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

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

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

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

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

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

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