#EEFDFD

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

Shades of Azure #EEFDFD

Tints of Azure #EEFDFD

Color information

#EEFDFD (or 0xEEFDFD) is unknown color: approx Azure. HEX triplet: EE, FD and FD. RGB value is (238,253,253). Sum of RGB (Red+Green+Blue) = 238+253+253=744 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.99% from 744); Green value is 253 (99.22% from 255 or 34.01% from 744); Blue value is 253 (99.22% from 255 or 34.01% from 744); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #EEFDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDFD is #110202. Grayscale: #F8F8F8. Windows color (decimal): -1114627 or 16645614. OLE color: 16645614.

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

Color convert

RGB238253253-
CMYK0.06000.01
HSL180º78.95%96.27%-
HSV(B)180º5.93%99.22%-
XYZ88.1195.52106.72-
YUV248.52130.53120.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 31.99%
GREEN value IS 253 (99.22% from 255) = 34.01%
BLUE value IS 253 (99.22% from 255) = 34.01%
R=31.99%
G=34.01%
B=34.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382532530.06000.0118078.9596.27
HexEEFDFD6001b44f60
Octal3563753756001264117140
Binary1110111011111101111111011100011011010010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDFD; }

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

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

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

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

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

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

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

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