#EEFEFD

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

Shades of Azure #EEFEFD

Tints of Azure #EEFEFD

Color information

#EEFEFD (or 0xEEFEFD) is unknown color: approx Azure. HEX triplet: EE, FE and FD. RGB value is (238,254,253). Sum of RGB (Red+Green+Blue) = 238+254+253=745 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.95% from 745); Green value is 254 (99.61% from 255 or 34.09% from 745); Blue value is 253 (99.22% from 255 or 33.96% from 745); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFEFD is #110102. Grayscale: #F9F9F9. Windows color (decimal): -1114371 or 16645870. OLE color: 16645870.

HSL color Cylindrical-coordinate representation of color #EEFEFD: hue angle of 176.25º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEFEFD is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB238254253-
CMYK0.0600.000.00
HSL176.25º88.89%96.47%-
HSV(B)176.25º6.3%99.61%-
XYZ88.4396.15106.83-
YUV249.1130.2120.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 31.95%
GREEN value IS 254 (99.61% from 255) = 34.09%
BLUE value IS 253 (99.22% from 255) = 33.96%
R=31.95%
G=34.09%
B=33.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382542530.0600.000.00176.2588.8996.47
HexEEFEFD6000b05960
Octal3563763756000260131140
Binary1110111011111110111111011100001011000010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFEFD; }

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

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

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

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

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

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

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

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