#EFF0EC

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

Shades of Twilight Blue #EFF0EC

Tints of Twilight Blue #EFF0EC

Color information

#EFF0EC (or 0xEFF0EC) is unknown color: approx Twilight Blue. HEX triplet: EF, F0 and EC. RGB value is (239,240,236). Sum of RGB (Red+Green+Blue) = 239+240+236=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 236 (92.58% from 255 or 33.01% from 715); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0EC is #100F13. Grayscale: #EFEFEF. Windows color (decimal): -1052436 or 15528175. OLE color: 15528175.

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

Color convert

RGB239240236-
CMYK0.0000.020.06
HSL75º11.76%93.33%-
HSV(B)75º1.67%94.12%-
XYZ81.986.7391.78-
YUV239.24126.17127.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.43%
GREEN value IS 240 (94.14% from 255) = 33.57%
BLUE value IS 236 (92.58% from 255) = 33.01%
R=33.43%
G=33.57%
B=33.01%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392402360.0000.020.067511.7693.33
HexEFF0EC00264bc5d
Octal357360354002611314135
Binary1110111111110000111011000010110100101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0EC; }

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

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

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

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

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

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

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

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