#EFFDFA

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

Shades of Azure #EFFDFA

Tints of Azure #EFFDFA

Color information

#EFFDFA (or 0xEFFDFA) is unknown color: approx Azure. HEX triplet: EF, FD and FA. RGB value is (239,253,250). Sum of RGB (Red+Green+Blue) = 239+253+250=742 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.21% from 742); Green value is 253 (99.22% from 255 or 34.10% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDFA is #100205. Grayscale: #F8F8F8. Windows color (decimal): -1049094 or 16449007. OLE color: 16449007.

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

Color convert

RGB239253250-
CMYK0.0600.010.01
HSL167.14º77.78%96.47%-
HSV(B)167.14º5.53%99.22%-
XYZ87.9895.5104.24-
YUV248.47128.86121.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.21%
GREEN value IS 253 (99.22% from 255) = 34.10%
BLUE value IS 250 (98.05% from 255) = 33.69%
R=32.21%
G=34.10%
B=33.69%

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
Decimal2392532500.0600.010.01167.1477.7896.47
HexEFFDFA6011a74e60
Octal3573753726011247116140
Binary1110111111111101111110101100111010011110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDFA; }

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

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

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

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

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

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

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

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