#EEFDFA

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

Shades of Azure #EEFDFA

Tints of Azure #EEFDFA

Color information

#EEFDFA (or 0xEEFDFA) is unknown color: approx Azure. HEX triplet: EE, FD and FA. RGB value is (238,253,250). Sum of RGB (Red+Green+Blue) = 238+253+250=741 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.12% from 741); Green value is 253 (99.22% from 255 or 34.14% from 741); Blue value is 250 (98.05% from 255 or 33.74% from 741); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDFA is #110205. Grayscale: #F8F8F8. Windows color (decimal): -1114630 or 16449006. OLE color: 16449006.

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

Color convert

RGB238253250-
CMYK0.0600.010.01
HSL168º78.95%96.27%-
HSV(B)168º5.93%99.22%-
XYZ87.6495.33104.22-
YUV248.17129.03120.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.12%
GREEN value IS 253 (99.22% from 255) = 34.14%
BLUE value IS 250 (98.05% from 255) = 33.74%
R=32.12%
G=34.14%
B=33.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382532500.0600.010.0116878.9596.27
HexEEFDFA6011a84f60
Octal3563753726011250117140
Binary1110111011111101111110101100111010100010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDFA; }

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

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

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

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

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

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

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

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