#EEFCFC

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

Shades of Azure #EEFCFC

Tints of Azure #EEFCFC

Color information

#EEFCFC (or 0xEEFCFC) is unknown color: approx Azure. HEX triplet: EE, FC and FC. RGB value is (238,252,252). Sum of RGB (Red+Green+Blue) = 238+252+252=742 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.08% from 742); Green value is 252 (98.83% from 255 or 33.96% from 742); Blue value is 252 (98.83% from 255 or 33.96% from 742); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #EEFCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFCFC is #110303. Grayscale: #F7F7F7. Windows color (decimal): -1114884 or 16579822. OLE color: 16579822.

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

Color convert

RGB238252252-
CMYK0.06000.01
HSL180º70%96.08%-
HSV(B)180º5.56%98.82%-
XYZ87.6494.83105.78-
YUV247.81130.36121-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.08%
GREEN value IS 252 (98.83% from 255) = 33.96%
BLUE value IS 252 (98.83% from 255) = 33.96%
R=32.08%
G=33.96%
B=33.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382522520.06000.011807096.08
HexEEFCFC6001b44660
Octal3563743746001264106140
Binary1110111011111100111111001100011011010010001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFCFC; }

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

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

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

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

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

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

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

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