#EFF0EB

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

Shades of Twilight Blue #EFF0EB

Tints of Twilight Blue #EFF0EB

Color information

#EFF0EB (or 0xEFF0EB) is unknown color: approx Twilight Blue. HEX triplet: EF, F0 and EB. RGB value is (239,240,235). Sum of RGB (Red+Green+Blue) = 239+240+235=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 235 (92.19% from 255 or 32.91% from 714); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0EB is #100F14. Grayscale: #EFEFEF. Windows color (decimal): -1052437 or 15462639. OLE color: 15462639.

HSL color Cylindrical-coordinate representation of color #EFF0EB: hue angle of 72º degrees, saturation: 0.14, 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 #EFF0EB is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239240235-
CMYK0.0000.020.06
HSL72º14.29%93.14%-
HSV(B)72º2.08%94.12%-
XYZ81.7586.6791.02-
YUV239.13125.67127.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.47%
GREEN value IS 240 (94.14% from 255) = 33.61%
BLUE value IS 235 (92.19% from 255) = 32.91%
R=33.47%
G=33.61%
B=32.91%

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
Decimal2392402350.0000.020.067214.2993.14
HexEFF0EB002648e5d
Octal357360353002611016135
Binary1110111111110000111010110010110100100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0EB; }

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

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

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

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

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

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

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

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