#EFF0F0

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

Shades of Azure #EFF0F0

Tints of Azure #EFF0F0

Color information

#EFF0F0 (or 0xEFF0F0) is unknown color: approx Azure. HEX triplet: EF, F0 and F0. RGB value is (239,240,240). Sum of RGB (Red+Green+Blue) = 239+240+240=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 240 (94.14% from 255 or 33.38% from 719); Blue value is 240 (94.14% from 255 or 33.38% from 719); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #EFF0F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0F0 is #100F0F. Grayscale: #EFEFEF. Windows color (decimal): -1052432 or 15790319. OLE color: 15790319.

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

Color convert

RGB239240240-
CMYK0.00000.06
HSL180º3.23%93.92%-
HSV(B)180º0.42%94.12%-
XYZ82.4886.9694.88-
YUV239.7128.17127.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.24%
GREEN value IS 240 (94.14% from 255) = 33.38%
BLUE value IS 240 (94.14% from 255) = 33.38%
R=33.24%
G=33.38%
B=33.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392402400.00000.061803.2393.92
HexEFF0F00006b435e
Octal35736036000062643136
Binary11101111111100001111000000011010110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0F0; }

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

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

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

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

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

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

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

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