#EFF7F7

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

Shades of Azure #EFF7F7

Tints of Azure #EFF7F7

Color information

#EFF7F7 (or 0xEFF7F7) is unknown color: approx Azure. HEX triplet: EF, F7 and F7. RGB value is (239,247,247). Sum of RGB (Red+Green+Blue) = 239+247+247=733 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.61% from 733); Green value is 247 (96.88% from 255 or 33.70% from 733); Blue value is 247 (96.88% from 255 or 33.70% from 733); Max value from RGB is 247 - color contains mainly: green, blue. Hex color #EFF7F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF7F7 is #100808. Grayscale: #F4F4F4. Windows color (decimal): -1050633 or 16250863. OLE color: 16250863.

HSL color Cylindrical-coordinate representation of color #EFF7F7: hue angle of 180º degrees, saturation: 0.33, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFF7F7 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239247247-
CMYK0.03000.03
HSL180º33.33%95.29%-
HSV(B)180º3.24%96.86%-
XYZ85.6591.59101.16-
YUV244.61129.35124-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.61%
GREEN value IS 247 (96.88% from 255) = 33.70%
BLUE value IS 247 (96.88% from 255) = 33.70%
R=32.61%
G=33.70%
B=33.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392472470.03000.0318033.3395.29
HexEFF7F73003b4215f
Octal357367367300326441137
Binary111011111111011111110111110011101101001000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF7F7; }

 p { color: rgb(239,247,247); }

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

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

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

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

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

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

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