#EFFEFC

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

Shades of Azure #EFFEFC

Tints of Azure #EFFEFC

Color information

#EFFEFC (or 0xEFFEFC) is unknown color: approx Azure. HEX triplet: EF, FE and FC. RGB value is (239,254,252). Sum of RGB (Red+Green+Blue) = 239+254+252=745 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.08% from 745); Green value is 254 (99.61% from 255 or 34.09% from 745); Blue value is 252 (98.83% from 255 or 33.83% from 745); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFEFC is #100103. Grayscale: #F9F9F9. Windows color (decimal): -1048836 or 16580335. OLE color: 16580335.

HSL color Cylindrical-coordinate representation of color #EFFEFC: hue angle of 172º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFEFC is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB239254252-
CMYK0.0600.010.00
HSL172º88.24%96.67%-
HSV(B)172º5.91%99.61%-
XYZ88.6196.26106.01-
YUV249.29129.53120.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.08%
GREEN value IS 254 (99.61% from 255) = 34.09%
BLUE value IS 252 (98.83% from 255) = 33.83%
R=32.08%
G=34.09%
B=33.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392542520.0600.010.0017288.2496.67
HexEFFEFC6010ac5861
Octal3573763746010254130141
Binary1110111111111110111111001100101010110010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEFC; }

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

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

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

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

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

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

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

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