#EFFDFC

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

Shades of Azure #EFFDFC

Tints of Azure #EFFDFC

Color information

#EFFDFC (or 0xEFFDFC) is unknown color: approx Azure. HEX triplet: EF, FD and FC. RGB value is (239,253,252). Sum of RGB (Red+Green+Blue) = 239+253+252=744 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.12% from 744); Green value is 253 (99.22% from 255 or 34.01% from 744); Blue value is 252 (98.83% from 255 or 33.87% from 744); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDFC is #100203. Grayscale: #F8F8F8. Windows color (decimal): -1049092 or 16580079. OLE color: 16580079.

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

Color convert

RGB239253252-
CMYK0.0600.000.01
HSL175.71º77.78%96.47%-
HSV(B)175.71º5.53%99.22%-
XYZ88.2995.63105.9-
YUV248.7129.86121.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.12%
GREEN value IS 253 (99.22% from 255) = 34.01%
BLUE value IS 252 (98.83% from 255) = 33.87%
R=32.12%
G=34.01%
B=33.87%

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
Decimal2392532520.0600.000.01175.7177.7896.47
HexEFFDFC6001b04e60
Octal3573753746001260116140
Binary1110111111111101111111001100011011000010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDFC; }

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

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

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

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

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

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

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

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