#EEFDFC

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

Shades of Azure #EEFDFC

Tints of Azure #EEFDFC

Color information

#EEFDFC (or 0xEEFDFC) is unknown color: approx Azure. HEX triplet: EE, FD and FC. RGB value is (238,253,252). Sum of RGB (Red+Green+Blue) = 238+253+252=743 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.03% from 743); Green value is 253 (99.22% from 255 or 34.05% from 743); Blue value is 252 (98.83% from 255 or 33.92% from 743); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDFC is #110203. Grayscale: #F8F8F8. Windows color (decimal): -1114628 or 16580078. OLE color: 16580078.

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

Color convert

RGB238253252-
CMYK0.0600.000.01
HSL176º78.95%96.27%-
HSV(B)176º5.93%99.22%-
XYZ87.9695.46105.88-
YUV248.4130.03120.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.03%
GREEN value IS 253 (99.22% from 255) = 34.05%
BLUE value IS 252 (98.83% from 255) = 33.92%
R=32.03%
G=34.05%
B=33.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382532520.0600.000.0117678.9596.27
HexEEFDFC6001b04f60
Octal3563753746001260117140
Binary1110111011111101111111001100011011000010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDFC; }

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

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

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

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

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

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

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

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